|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.jasig.portal.PortalException
org.jasig.portal.concurrency.LockingException
public class LockingException
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.
| Constructor Summary | |
|---|---|
LockingException()
Deprecated. use a more informative constructor |
|
LockingException(java.lang.String msg)
Instantiate a LockingException with the given message. |
|
LockingException(java.lang.String msg,
java.lang.Throwable cause)
Instantiate a LockingException with the given message and underlying cause. |
|
LockingException(java.lang.Throwable cause)
Instantiate a LockingException with the given cause. |
|
| Method Summary | |
|---|---|
int |
getExceptionCode()
Deprecated. |
| Methods inherited from class org.jasig.portal.PortalException |
|---|
allowRefresh, allowReinstantiation, getErrorID, getParameter, getRecordedException, getTimestamp, isLogPending, isRefreshable, isReinstantiable, setErrorID, setLogPending, setParameter, setRecordedException, 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 |
|---|
public LockingException()
public LockingException(java.lang.Throwable cause)
cause - Throwable that caused the locking problempublic LockingException(java.lang.String msg)
msg - message describing nature of locking problem
public LockingException(java.lang.String msg,
java.lang.Throwable cause)
msg - message describing nature of locking problemcause - underlying cause| Method Detail |
|---|
public int getExceptionCode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||