Package org.alfresco.service.cmr.lock
Class UnableToReleaseLockException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.alfresco.service.cmr.lock.UnableToReleaseLockException
-
- All Implemented Interfaces:
Serializable
public class UnableToReleaseLockException extends RuntimeException
Runtime exception class- Author:
- Roy Wetherall
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUnableToReleaseLockException.CAUSE
-
Constructor Summary
Constructors Constructor Description UnableToReleaseLockException(NodeRef nodeRef)ConstructorUnableToReleaseLockException(NodeRef nodeRef, UnableToReleaseLockException.CAUSE cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnableToReleaseLockException
public UnableToReleaseLockException(NodeRef nodeRef)
Constructor
-
UnableToReleaseLockException
public UnableToReleaseLockException(NodeRef nodeRef, UnableToReleaseLockException.CAUSE cause)
-
-