org.jasig.portal.concurrency
Class LockingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jasig.portal.PortalException
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
| 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 |
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 problemcause - underlying cause
Copyright © 2010 Jasig. All Rights Reserved.