Class BrokerRejectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.camunda.zeebe.broker.client.api.BrokerClientException
io.camunda.zeebe.broker.client.api.BrokerRejectionException
- All Implemented Interfaces:
Serializable
A client command was rejected by the broker.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBrokerRejectionException(BrokerRejection rejection) BrokerRejectionException(BrokerRejection rejection, 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
-
BrokerRejectionException
-
BrokerRejectionException
-
-
Method Details
-
getRejection
-