Class LockException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- edu.wisc.library.ocfl.api.exception.OcflJavaException
-
- edu.wisc.library.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
-
-