public class BadRequestException extends HttpException
| Constructor and Description |
|---|
BadRequestException()
Constructs a new
BadRequestException. |
BadRequestException(String message)
Constructs a new
BadRequestException with the supplied message. |
BadRequestException(String message,
Throwable cause)
Constructs a new
BadRequestException with the supplied message and Throwable. |
BadRequestException(Throwable cause)
Constructs a new
BadRequestException with the supplied Throwable. |
getHttpStatusaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BadRequestException()
BadRequestException.public BadRequestException(String message)
BadRequestException with the supplied message.public BadRequestException(String message, Throwable cause)
BadRequestException with the supplied message and Throwable.