Class BadRequestException

All Implemented Interfaces:
Serializable

public class BadRequestException extends HttpException
Since:
2.0.0
See Also:
  • Constructor Details

    • BadRequestException

      public BadRequestException()
      Constructs a new BadRequestException.
    • BadRequestException

      public BadRequestException(String message)
      Constructs a new BadRequestException with the supplied message.
    • BadRequestException

      public BadRequestException(String message, Throwable cause)
      Constructs a new BadRequestException with the supplied message and Throwable.
    • BadRequestException

      public BadRequestException(Throwable cause)
      Constructs a new BadRequestException with the supplied Throwable.