Package org.kuali.rice.kew.api.exception
Class LockingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kuali.rice.kew.api.WorkflowRuntimeException
org.kuali.rice.kew.api.exception.LockingException
- All Implemented Interfaces:
Serializable
An exception which is thrown when a pessimistic lock fails to be aquired.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLockingException(String message) LockingException(String message, Throwable cause) LockingException(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
-
LockingException
public LockingException() -
LockingException
-
LockingException
-
LockingException
-