Class RegionNotFoundException

All Implemented Interfaces:
Serializable

@Deprecated public class RegionNotFoundException extends RegionDestroyedException
Deprecated.
as of 10.1 use RegionDestroyedException instead
As the remaining remnant of a deprecated API, the only place this is thrown is from DataSerializer.readRegion(java.io.DataInput) if the named region no longer exists.

Since 10.1, this exception extends RegionDestroyedException which must be used as an alternative instead of this class. This class will be removed in the next major release.

Since:
GemFire 3.5
See Also:
  • Constructor Details

    • RegionNotFoundException

      public RegionNotFoundException(String message)
      Deprecated.
    • RegionNotFoundException

      public RegionNotFoundException(String message, String regionName)
      Deprecated.