public class EntryDestroyedException extends CacheRuntimeException
Region.Entry
,
Serialized FormConstructor and Description |
---|
EntryDestroyedException()
Constructs a new
EntryDestroyedException . |
EntryDestroyedException(String s)
Constructs a new
EntryDestroyedException with the message. |
EntryDestroyedException(String s,
Throwable ex)
Constructs a new
EntryDestroyedException with a detailed message and a causal
exception. |
EntryDestroyedException(Throwable ex)
Construct a
EntryDestroyedException with a cause. |
toString
getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public EntryDestroyedException()
EntryDestroyedException
.public EntryDestroyedException(String s)
EntryDestroyedException
with the message.s
- the detailed message for this exceptionpublic EntryDestroyedException(String s, Throwable ex)
EntryDestroyedException
with a detailed message and a causal
exception.s
- the messageex
- a causal Throwablepublic EntryDestroyedException(Throwable ex)
EntryDestroyedException
with a cause.ex
- the causal Throwable