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

public class BrokerClientException extends RuntimeException
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 Details

    • BrokerClientException

      public BrokerClientException(String message)
    • BrokerClientException

      public BrokerClientException(String message, Throwable cause)
    • BrokerClientException

      public BrokerClientException(Throwable cause)