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
public class LockingException
- extends WorkflowRuntimeException
An exception which is thrown when a pessimistic lock fails to be aquired.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
LockingException
public LockingException()
LockingException
public LockingException(String message)
LockingException
public LockingException(String message,
Throwable cause)
LockingException
public LockingException(Throwable cause)
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.