public class EntryNotFoundException extends CacheException
Region
for an entry that doesn't exist in the
Region
. This exception is not thrown by
Region.get(Object)
or Region.getEntry(java.lang.Object)
.Region.invalidate(Object)
,
Region.destroy(Object)
,
Region.Entry
,
Serialized FormConstructor and Description |
---|
EntryNotFoundException(String msg)
Constructs an instance of
EntryNotFoundException with the specified detail
message. |
EntryNotFoundException(String msg,
Throwable cause)
Constructs an instance of
EntryNotFoundException with the specified detail message
and cause. |
toString
getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public EntryNotFoundException(String msg)
EntryNotFoundException
with the specified detail
message.msg
- the detail message