Class RecoverablePartitionTransitionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.camunda.zeebe.broker.system.partitions.impl.RecoverablePartitionTransitionException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
LogStoragePartitionTransitionStep.NotLeaderException,PartitionTransition.CancelledPartitionTransition
This exception should be used to indicate that the transition was aborted intentionally and
should not be treated as a failure.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RecoverablePartitionTransitionException
-