Class EntryNotFoundException

All Implemented Interfaces:
Serializable

public class EntryNotFoundException extends CacheException
Thrown when an operation is invoked on Region for an entry that doesn't exist in the Region. This exception is not thrown by Region.get(Object) or Region.getEntry(java.lang.Object).
Since:
GemFire 3.0
See Also:
  • Constructor Details

    • EntryNotFoundException

      public EntryNotFoundException(String msg)
      Constructs an instance of EntryNotFoundException with the specified detail message.
      Parameters:
      msg - the detail message
    • EntryNotFoundException

      public EntryNotFoundException(String msg, Throwable cause)
      Constructs an instance of EntryNotFoundException with the specified detail message and cause.
      Parameters:
      msg - the detail message
      cause - the causal Throwable