|
||||||||||
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.apache.jcs.access.exception.CacheException
org.apache.jcs.access.exception.NotARetrievableObjectException
public class NotARetrievableObjectException
This would be thrown if the object could not be retrieved from a method that throws exceptions rather than null.
TODO check to see if we can get rid of this.
Constructor Summary | |
---|---|
NotARetrievableObjectException()
Constructor for the NotARetrievableObjectException object |
|
NotARetrievableObjectException(java.lang.String message)
Constructor for the NotARetrievableObjectException object |
Method Summary |
---|
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 NotARetrievableObjectException()
public NotARetrievableObjectException(java.lang.String message)
message
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |