Class NoSuchFunctionException

All Implemented Interfaces:
Serializable

public class NoSuchFunctionException extends NotFoundException
Exception thrown when a function with the specified name does not exist.
See Also:
  • Constructor Details

    • NoSuchFunctionException

      @FormatMethod public NoSuchFunctionException(@FormatString String message, Object... args)
      Constructs a new exception with the specified detail message.
      Parameters:
      message - the detail message.
      args - the arguments to the message.
    • NoSuchFunctionException

      @FormatMethod public NoSuchFunctionException(Throwable cause, String message, Object... args)
      Constructs a new exception with the specified detail message and cause.
      Parameters:
      cause - the cause.
      message - the detail message.
      args - the arguments to the message.