Class BadRequestException

All Implemented Interfaces:
Serializable

public class BadRequestException extends GravitinoRuntimeException
An exception thrown when the request is invalid.
See Also:
  • Constructor Details

    • BadRequestException

      @FormatMethod public BadRequestException(@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.
    • BadRequestException

      @FormatMethod public BadRequestException(Throwable cause, @FormatString 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.