|
||||||||||
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.CachingException
public class CachingException
A CachingException
describes a problem that has arisen during
an attempt to add, update, remove or reference a cache entry. If the problem
arises in the store, the CachingException
should wrap an
Exception
specific to the store, like a java.sql.SQLException
.
Constructor Summary | |
---|---|
CachingException()
Deprecated. use a more helpful constructor |
|
CachingException(java.lang.String msg)
Instantiate a CachingException with the given message. |
|
CachingException(java.lang.String msg,
java.lang.Throwable cause)
Instantiate a CachingException with the given message and underlying cause. |
|
CachingException(java.lang.Throwable cause)
Instantiate a CachingException 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 CachingException()
public CachingException(java.lang.Throwable cause)
cause
- A throwable that caused the caching problem.public CachingException(java.lang.String msg)
msg
- message describing nature of caching problem.public CachingException(java.lang.String msg, java.lang.Throwable cause)
msg
- message describing nature of caching problem.cause
- underlying cause.Method Detail |
---|
public int getExceptionCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |