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(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. |
toStringgetRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic EntryNotFoundException(String msg)
EntryNotFoundException with the specified detail message.msg - the detail messageCopyright © 1997-2017 Pivotal Software, Inc. All rights reserved.