public class BadRequestException extends WebException
BadRequestException class.
| Constructor and Description |
|---|
BadRequestException()
Constructor for BadRequestException.
|
BadRequestException(String message)
Constructor for BadRequestException.
|
BadRequestException(String message,
Throwable cause)
Constructor for BadRequestException.
|
BadRequestException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Constructor for BadRequestException.
|
BadRequestException(Throwable cause)
Constructor for BadRequestException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BadRequestException()
Constructor for BadRequestException.
public BadRequestException(String message)
Constructor for BadRequestException.
message - a String objectpublic BadRequestException(String message, Throwable cause)
Constructor for BadRequestException.
public BadRequestException(Throwable cause)
Constructor for BadRequestException.
cause - a Throwable objectCopyright © 2016–2024. All rights reserved.