Class BadRequestException

  • All Implemented Interfaces:
    Serializable

    public class BadRequestException
    extends Exception
    Exception that is thrown when bad request is detected
    Author:
    Stuart Douglas
    See Also:
    Serialized Form
    • Constructor Detail

      • BadRequestException

        public BadRequestException()
      • BadRequestException

        public BadRequestException​(String message)
      • BadRequestException

        public BadRequestException​(Throwable cause)
      • BadRequestException

        public BadRequestException​(String message,
                                   Throwable cause)