Class RegionDestroyedException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RegionReinitializedException

public class RegionDestroyedException extends CacheRuntimeException
Indicates that the region has been destroyed. Further operations on the region object are not allowed.
Since:
GemFire 2.0
See Also:
  • Constructor Details

    • RegionDestroyedException

      public RegionDestroyedException(String msg, String regionFullPath)
      Constructs a RegionDestroyedException with a message.
      Parameters:
      msg - the String message
      regionFullPath - the path of the region that encountered the exception
    • RegionDestroyedException

      public RegionDestroyedException(String s, String regionFullPath, Throwable ex)
      Constructs a RegionDestroyedException with a message and a cause.
      Parameters:
      s - the String message
      regionFullPath - the path of the region that encountered the exception
      ex - the Throwable cause
  • Method Details

    • getRegionFullPath

      public String getRegionFullPath()