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