Package io.camunda.zeebe.gateway.cmd
Class BrokerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.camunda.zeebe.gateway.cmd.BrokerException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BrokerErrorException,BrokerRejectionException,BrokerResponseException
Represents exceptional errors that occur in the gateway-broker client on the broker side, e.g.
error responses, command rejections, etc.
Primary usage is wrapping around error responses so that these can be consumed by throwable handlers.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBrokerException(String message) BrokerException(String message, Throwable cause) BrokerException(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
-
BrokerException
-
BrokerException
-
BrokerException
-