Package io.camunda.zeebe.gateway.cmd
Class ClientResponseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.camunda.zeebe.gateway.cmd.ClientException
io.camunda.zeebe.gateway.cmd.ClientResponseException
- All Implemented Interfaces:
Serializable
Represents exceptional errors that occur sending a client request and/or handling its response.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionClientResponseException(String message) ClientResponseException(String message, Throwable cause) ClientResponseException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ClientResponseException
-
ClientResponseException
-
ClientResponseException
-