public class HttpException extends HawaiiException
Constructor and Description |
---|
HttpException(org.springframework.http.HttpStatus httpStatus)
Constructs a new
HttpException with the supplied HttpStatus . |
HttpException(String message,
org.springframework.http.HttpStatus httpStatus)
Constructs a new
HttpException with the supplied message and HttpStatus . |
HttpException(String message,
Throwable cause,
org.springframework.http.HttpStatus httpStatus)
|
HttpException(Throwable cause,
org.springframework.http.HttpStatus httpStatus)
|
Modifier and Type | Method and Description |
---|---|
org.springframework.http.HttpStatus |
getHttpStatus() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public HttpException(org.springframework.http.HttpStatus httpStatus)
HttpException
with the supplied HttpStatus
.public HttpException(String message, org.springframework.http.HttpStatus httpStatus)
HttpException
with the supplied message and HttpStatus
.public HttpException(String message, Throwable cause, org.springframework.http.HttpStatus httpStatus)
public HttpException(Throwable cause, org.springframework.http.HttpStatus httpStatus)