Tanzu GemFire Distributed Types Java API Reference
Package dev.gemfire.dtype
Class EntryDestroyedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- dev.gemfire.dtype.DTypeException
-
- dev.gemfire.dtype.EntryDestroyedException
-
- All Implemented Interfaces:
java.io.Serializable
public class EntryDestroyedException extends DTypeException
An exception typically thrown when attempting to access an instance that has been destroyed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EntryDestroyedException(java.lang.String message)
-