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
- See Also:
-
Constructor Summary
ModifierConstructorDescriptionLockException
(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
-
Constructor Details
-
LockException
public LockException() -
LockException
-
LockException
-
LockException
-
LockException
-