Class PartitionTransition.CancelledPartitionTransition
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.camunda.zeebe.broker.system.partitions.impl.RecoverablePartitionTransitionException
io.camunda.zeebe.broker.system.partitions.PartitionTransition.CancelledPartitionTransition
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- PartitionTransition
public static final class PartitionTransition.CancelledPartitionTransition
extends RecoverablePartitionTransitionException
Used to exceptionally complete transition futures when the transition was cancelled.
- 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
-
CancelledPartitionTransition
public CancelledPartitionTransition()
-