Class PartitionTransition.FailedPartitionTransitionPreparation
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.camunda.zeebe.util.exception.UnrecoverableException
io.camunda.zeebe.broker.system.partitions.PartitionTransition.FailedPartitionTransitionPreparation
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- PartitionTransition
public static final class PartitionTransition.FailedPartitionTransitionPreparation
extends UnrecoverableException
Used to exceptionally complete transition futures when the prepare phase of the transition did
not complete successfully. This is useful to distinguish between transitions that were prepared
but later failed or were cancelled, and transitions that couldn't even be prepared properly.
- 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
-
FailedPartitionTransitionPreparation
-