Class BadRequestException

    • Constructor Detail

      • 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.