Class PartitionInactiveException
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.PartitionInactiveException
- All Implemented Interfaces:
Serializable
Represents an exceptional error that occurs when a request is trying to be sent to an inactive
partition.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPartitionInactiveException(int partitionId) PartitionInactiveException(String message, int partitionId) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PartitionInactiveException
public PartitionInactiveException(int partitionId) -
PartitionInactiveException
-
-
Method Details
-
getPartitionId
public int getPartitionId()
-