Class LockAcquisitionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.kiwiproject.curator.exception.LockAcquisitionException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
LockAcquisitionFailureException,LockAcquisitionTimeoutException
public class LockAcquisitionException extends RuntimeException
Exception class indicating a failure to obtain a ZooKeeper lock.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LockAcquisitionException()LockAcquisitionException(String message)LockAcquisitionException(String message, Throwable cause)LockAcquisitionException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-