Class RegionNotFoundException

All Implemented Interfaces:
Serializable

@Deprecated public class RegionNotFoundException extends CacheRuntimeException
Deprecated.
as of 7.0 use the management package instead
Thrown by the administration API when the region administered by a SystemMemberRegion has been closed or destroyed in system member.

Also thrown by DataSerializer.readRegion(java.io.DataInput) if the named region no longer exists.

Since:
GemFire 3.5
See Also:
  • Constructor Details

    • RegionNotFoundException

      public RegionNotFoundException(String message)
      Deprecated.