|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.util.jcache.CacheException
javax.util.jcache.ObjectNotFoundException
public class ObjectNotFoundException
The object requested could not be found in the cache and there was insufficient information available to create or load the object.
Constructor Summary | |
---|---|
ObjectNotFoundException()
Deprecated. Creates new ObjectNotFoundException without detail message. |
|
ObjectNotFoundException(Exception cause)
Deprecated. Creates a new ObjectNotFoundException object with the specified detail Ecxeption. |
|
ObjectNotFoundException(String msg)
Deprecated. Constructs an ObjectNotFoundException with the specified
detail message. |
|
ObjectNotFoundException(String message,
Exception cause)
Deprecated. Creates a new ObjectNotFoundException object with the specified detail message and detail cause exception. |
Method Summary |
---|
Methods inherited from class javax.util.jcache.CacheException |
---|
getBase, getLocalizedMessage, getMessage, printStackTrace, setMessage |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ObjectNotFoundException()
ObjectNotFoundException
without detail message.
public ObjectNotFoundException(String message, Exception cause)
message
- the detail messagecause
- the detail cause.public ObjectNotFoundException(Exception cause)
cause
- the cause of this exceptionpublic ObjectNotFoundException(String msg)
ObjectNotFoundException
with the specified
detail message.
msg
- the detail message.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |