Class ManagedLeaderLatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kiwiproject.curator.leader.exception.ManagedLeaderLatchException
- All Implemented Interfaces:
Serializable
Exception that is thrown when there is some unexpected error relating to a managed Curator leader latch.
- See Also:
-
Constructor Summary
ConstructorDescriptionManagedLeaderLatchException
(String message) ManagedLeaderLatchException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ManagedLeaderLatchException
public ManagedLeaderLatchException() -
ManagedLeaderLatchException
-
ManagedLeaderLatchException
-
ManagedLeaderLatchException
-