org.jasig.portal.concurrency
Class CachingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jasig.portal.PortalException
org.jasig.portal.concurrency.CachingException
- All Implemented Interfaces:
- java.io.Serializable
- public class CachingException
- extends PortalException
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
.
- Version:
- $Revision: 1.1 $
- Author:
- Dan Ellentuck
- See Also:
- Serialized Form
Method Summary |
int |
getExceptionCode()
Add CACHING_EXCEPTION to PortalExceptions. |
Methods inherited from class org.jasig.portal.PortalException |
allowRefresh, allowReinstantiation, getErrorID, getMessage, getParameter, getRecordedException, getTimestamp, isLogPending, isRefreshable, isReinstantiable, printStackTrace, printStackTrace, printStackTrace, setErrorID, setLogPending, setParameter, setRecordedException, setRefreshable, setReinstantiable |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CachingException
public CachingException()
CachingException
public CachingException(java.lang.String msg)
- Parameters:
msg
- java.lang.String
getExceptionCode
public int getExceptionCode()
- Add CACHING_EXCEPTION to PortalExceptions.