org.jasig.portal.concurrency
Class LockingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jasig.portal.PortalException
                  extended by org.jasig.portal.concurrency.LockingException
All Implemented Interfaces:
Serializable

public class LockingException
extends PortalException

A LockingException describes a problem that has arisen during an attempt to create or alter an IEntityLock. If the problem occurs in the lock store, the LockingException should wrap an Exception specific to the store, like a java.sql.SQLException.

Version:
$Revision: 19776 $
Author:
Dan Ellentuck
See Also:
Serialized Form

Constructor Summary
LockingException(String msg)
          Instantiate a LockingException with the given message.
LockingException(String msg, Throwable cause)
          Instantiate a LockingException with the given message and underlying cause.
LockingException(Throwable cause)
          Instantiate a LockingException with the given cause.
 
Method Summary
 
Methods inherited from class org.jasig.portal.PortalException
getErrorID, getParameter, getTimestamp, isLogPending, isRefreshable, isReinstantiable, setErrorID, setLogPending, setParameter, setRefreshable, setReinstantiable
 
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(Throwable cause)
Instantiate a LockingException with the given cause.

Parameters:
cause - Throwable that caused the locking problem

LockingException

public LockingException(String msg)
Instantiate a LockingException with the given message.

Parameters:
msg - message describing nature of locking problem

LockingException

public LockingException(String msg,
                        Throwable cause)
Instantiate a LockingException with the given message and underlying cause.

Parameters:
msg - message describing nature of locking problem
cause - underlying cause


Copyright © 2010 Jasig. All Rights Reserved.