public class HttpException extends HawaiiException
Constructor and Description |
---|
HttpException(HttpStatus httpStatus) |
HttpException(String message,
HttpStatus httpStatus) |
HttpException(String message,
Throwable cause,
HttpStatus httpStatus) |
HttpException(Throwable cause,
HttpStatus httpStatus) |
Modifier and Type | Method and Description |
---|---|
HttpStatus |
getHttpStatus() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public HttpException(HttpStatus httpStatus)
public HttpException(String message, HttpStatus httpStatus)
public HttpException(String message, Throwable cause, HttpStatus httpStatus)
public HttpException(Throwable cause, HttpStatus httpStatus)
public HttpStatus getHttpStatus()