Class EmptyRegionFunctionException

All Implemented Interfaces:
Serializable

public class EmptyRegionFunctionException extends FunctionException
Exception to indicate that Region is empty for data aware functions.
Since:
GemFire 6.5
See Also:
  • Constructor Details

    • EmptyRegionFunctionException

      public EmptyRegionFunctionException(Throwable cause)
      Construct an instance of EmtpyRegionFunctionException
      Parameters:
      cause - a Throwable cause of this exception
    • EmptyRegionFunctionException

      public EmptyRegionFunctionException(String msg)
      Construct an instance of EmtpyRegionFunctionException
      Parameters:
      msg - Exception message
    • EmptyRegionFunctionException

      public EmptyRegionFunctionException(String msg, Throwable cause)
      Construct an instance of EmtpyRegionFunctionException
      Parameters:
      msg - the error message
      cause - a Throwable cause of this exception