Class PartitionNotFoundException
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.PartitionNotFoundException
- All Implemented Interfaces:
Serializable
Represents an exceptional error that occurs when a partition can not be found. For example this
can happen when the element instance key does not refer to a known partition.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPartitionNotFoundException(int partitionId) PartitionNotFoundException(String message, int partitionId) PartitionNotFoundException(String message, Throwable cause, 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
-
PartitionNotFoundException
public PartitionNotFoundException(int partitionId) -
PartitionNotFoundException
-
PartitionNotFoundException
-
-
Method Details
-
getPartitionId
public int getPartitionId()
-