Class ManagedLeaderLatchException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kiwiproject.curator.leader.exception.ManagedLeaderLatchException
All Implemented Interfaces:
Serializable

public class ManagedLeaderLatchException extends RuntimeException
Exception that is thrown when there is some unexpected error relating to a managed Curator leader latch.
See Also:
  • Constructor Details

    • ManagedLeaderLatchException

      public ManagedLeaderLatchException()
    • ManagedLeaderLatchException

      public ManagedLeaderLatchException(String message)
    • ManagedLeaderLatchException

      public ManagedLeaderLatchException(String message, Throwable cause)
    • ManagedLeaderLatchException

      public ManagedLeaderLatchException(Throwable cause)