Package io.zeebe.client.api.command
Class InternalClientException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.zeebe.client.api.command.ClientException
-
- io.zeebe.client.api.command.InternalClientException
-
- All Implemented Interfaces:
Serializable
public final class InternalClientException extends ClientException
Exception which is thrown on internal errors inside the client itself.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InternalClientException(String message)
InternalClientException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-