Class UnknownRegionException

All Implemented Interfaces:
Serializable

Thrown when we are asked to operate on a region we know nothing about.
See Also:
  • Field Details

  • Constructor Details

    • UnknownRegionException

      public UnknownRegionException(String message)
      Constructs a new UnknownRegionException with the specified detail message.
      Parameters:
      message - the detail message
    • UnknownRegionException

      public UnknownRegionException(String message, Throwable cause)
      Constructs a new UnknownRegionException with the specified detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause of the exception