public class BadRequestException extends HttpException
| Constructor and Description |
|---|
BadRequestException()
Constructs a new
BadRequestException. |
BadRequestException(java.lang.String message)
Constructs a new
BadRequestException with the supplied message. |
BadRequestException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new
BadRequestException with the supplied message and Throwable. |
BadRequestException(java.lang.Throwable cause)
Constructs a new
BadRequestException with the supplied Throwable. |
getHttpStatuspublic BadRequestException()
BadRequestException.public BadRequestException(java.lang.String message)
BadRequestException with the supplied message.public BadRequestException(java.lang.String message,
java.lang.Throwable cause)
BadRequestException with the supplied message and Throwable.public BadRequestException(java.lang.Throwable cause)
BadRequestException with the supplied Throwable.