org.kuali.rice.kew.api.exception
Class LockingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.kuali.rice.kew.api.WorkflowRuntimeException
                  extended by 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

Constructor Summary
LockingException()
           
LockingException(String message)
           
LockingException(String message, Throwable cause)
           
LockingException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LockingException

public LockingException()

LockingException

public LockingException(String message)

LockingException

public LockingException(String message,
                        Throwable cause)

LockingException

public LockingException(Throwable cause)


Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.