Class BrokerClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.camunda.zeebe.broker.client.api.BrokerClientException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BrokerErrorException,BrokerRejectionException,BrokerResponseException,NoTopologyAvailableException,PartitionInactiveException,PartitionNotFoundException,RequestRetriesExhaustedException
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
ConstructorsConstructorDescriptionBrokerClientException(String message) BrokerClientException(String message, Throwable cause) BrokerClientException(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
-
BrokerClientException
-
BrokerClientException
-
BrokerClientException
-