public class InvalidHttpRequestException extends HttpException
HttpRequest
to indicate that the
HttpRequest
is invalid.Constructor and Description |
---|
InvalidHttpRequestException(int httpStatus)
Initiate.
|
InvalidHttpRequestException(int httpStatus,
String message)
Initiate.
|
InvalidHttpRequestException(int httpStatus,
String message,
Throwable cause)
Initiate.
|
InvalidHttpRequestException(int httpStatus,
Throwable cause)
Initiate.
|
getHttpStatus
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidHttpRequestException(int httpStatus, String message, Throwable cause)
httpStatus
- HTTP status of this exception.message
- Message.cause
- Cause.public InvalidHttpRequestException(int httpStatus, String message)
httpStatus
- HTTP status of this exception.message
- Message.public InvalidHttpRequestException(int httpStatus, Throwable cause)
httpStatus
- HTTP status of this exception.cause
- Cause.public InvalidHttpRequestException(int httpStatus)
httpStatus
- HTTP status of this exception.Copyright © 2005–2016. All rights reserved.