Package org.onehippo.cms7.services.lock
Class LockManagerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.onehippo.cms7.services.lock.LockException
-
- org.onehippo.cms7.services.lock.LockManagerException
-
- All Implemented Interfaces:
Serializable
public class LockManagerException extends LockException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description LockManagerException()
LockManagerException(String message)
LockManagerException(String message, Throwable cause)
protected
LockManagerException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
LockManagerException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-