Package org.apache.geode.cache
Class EntryDestroyedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.geode.GemFireException
org.apache.geode.cache.CacheRuntimeException
org.apache.geode.cache.EntryDestroyedException
- All Implemented Interfaces:
Serializable
Indicates that a method was invoked on an entry that has been destroyed.
- Since:
- GemFire 3.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a newEntryDestroyedException.Constructs a newEntryDestroyedExceptionwith the message.Constructs a newEntryDestroyedExceptionwith a detailed message and a causal exception.Construct aEntryDestroyedExceptionwith a cause. -
Method Summary
Methods inherited from class org.apache.geode.cache.CacheRuntimeException
toStringMethods inherited from class org.apache.geode.GemFireException
getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
EntryDestroyedException
public EntryDestroyedException()Constructs a newEntryDestroyedException. -
EntryDestroyedException
Constructs a newEntryDestroyedExceptionwith the message.- Parameters:
s- the detailed message for this exception
-
EntryDestroyedException
Constructs a newEntryDestroyedExceptionwith a detailed message and a causal exception.- Parameters:
s- the messageex- a causal Throwable
-
EntryDestroyedException
Construct aEntryDestroyedExceptionwith a cause.- Parameters:
ex- the causal Throwable
-