Class EntryDestroyedException

All Implemented Interfaces:
Serializable

public class EntryDestroyedException extends CacheRuntimeException
Indicates that a method was invoked on an entry that has been destroyed.
Since:
GemFire 3.0
See Also:
  • Constructor Details

    • EntryDestroyedException

      public EntryDestroyedException()
      Constructs a new EntryDestroyedException.
    • EntryDestroyedException

      public EntryDestroyedException(String s)
      Constructs a new EntryDestroyedException with the message.
      Parameters:
      s - the detailed message for this exception
    • EntryDestroyedException

      public EntryDestroyedException(String s, Throwable ex)
      Constructs a new EntryDestroyedException with a detailed message and a causal exception.
      Parameters:
      s - the message
      ex - a causal Throwable
    • EntryDestroyedException

      public EntryDestroyedException(Throwable ex)
      Construct a EntryDestroyedException with a cause.
      Parameters:
      ex - the causal Throwable