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
public class LockException extends OcflJavaException
Indicates that the current thread was unable to acquire a lock- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LockException()
LockException(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
-
-