Package io.ocfl.api.exception
Class LockException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.ocfl.api.exception.OcflJavaException
io.ocfl.api.exception.LockException
- All Implemented Interfaces:
Serializable
Indicates that the current thread was unable to acquire a lock
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLockException
(String message) LockException
(String message, Throwable cause) 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
-