Class FunctionNotExistsException

All Implemented Interfaces:
Serializable

The function does not exists.
See Also:
  • Constructor Details

    • FunctionNotExistsException

      public FunctionNotExistsException(String msg, String functionName)
      Constructs an instance of FunctionNotExistsException with the specified detail message.
      Parameters:
      msg - the detail message.
      functionName - the name of the function
  • Method Details