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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ManagedLeaderLatchException()ManagedLeaderLatchException(String message)ManagedLeaderLatchException(String message, Throwable cause)ManagedLeaderLatchException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-