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

public class RecoverablePartitionTransitionException extends RuntimeException
This exception should be used to indicate that the transition was aborted intentionally and should not be treated as a failure.
See Also:
  • Constructor Details

    • RecoverablePartitionTransitionException

      public RecoverablePartitionTransitionException(String message)