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 Form| Constructor and Description |
|---|
EntryNotFoundException(java.lang.String msg)
Constructs an instance of
EntryNotFoundException with the specified detail
message. |
EntryNotFoundException(java.lang.String msg,
java.lang.Throwable cause)
Constructs an instance of
EntryNotFoundException with the specified detail message
and cause. |
toStringgetRootCausepublic EntryNotFoundException(java.lang.String msg)
EntryNotFoundException with the specified detail
message.msg - the detail messagepublic EntryNotFoundException(java.lang.String msg,
java.lang.Throwable cause)
EntryNotFoundException with the specified detail message
and cause.msg - the detail messagecause - the causal Throwable