|
GemFire 6.6.4 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gemstone.gemfire.GemFireException
com.gemstone.gemfire.cache.CacheRuntimeException
com.gemstone.gemfire.cache.EntryDestroyedException
public class EntryDestroyedException
Indicates that a method was invoked on an entry that has been destroyed.
Region.Entry,
Serialized Form| Constructor Summary | |
|---|---|
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. |
|
| Method Summary |
|---|
| Methods inherited from class com.gemstone.gemfire.cache.CacheRuntimeException |
|---|
toString |
| Methods inherited from class com.gemstone.gemfire.GemFireException |
|---|
getRootCause |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EntryDestroyedException()
EntryDestroyedException.
public EntryDestroyedException(String s)
EntryDestroyedException with the message.
s - the detailed message for this exception
public 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
|
GemFire 6.6.4 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||