Class RegionNotFoundException

All Implemented Interfaces:
Serializable

public class RegionNotFoundException extends NameResolutionException
Thrown if a region referenced by name in a query cannot be found.
Since:
GemFire 4.0
See Also:
  • Constructor Details

    • RegionNotFoundException

      public RegionNotFoundException(String msg)
      Construct an instance of RegionNotFoundException
      Parameters:
      msg - the error message
    • RegionNotFoundException

      public RegionNotFoundException(String msg, Throwable cause)
      Constructs an instance of RegionNotFoundException
      Parameters:
      msg - the error message
      cause - a Throwable that is a cause of this exception