|
|||||||||||
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.objectweb.perseus.cache.api.CacheException
org.objectweb.perseus.cache.api.CacheFullException
This exceptions indicates that the cache is full.
Field Summary |
Fields inherited from class org.objectweb.perseus.cache.api.CacheException |
nestedException |
Constructor Summary | |
CacheFullException()
|
|
CacheFullException(java.lang.Exception nested)
|
|
CacheFullException(java.lang.String msg)
|
|
CacheFullException(java.lang.String msg,
java.lang.Exception nested)
|
Methods inherited from class org.objectweb.perseus.cache.api.CacheException |
getNestedException |
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 CacheFullException()
public CacheFullException(java.lang.String msg)
public CacheFullException(java.lang.Exception nested)
public CacheFullException(java.lang.String msg, java.lang.Exception nested)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |