public class HttpErrorException extends Exception
| Constructor and Description |
|---|
HttpErrorException(HttpStatus statusCode) |
HttpErrorException(String s,
HttpStatus statusCode) |
HttpErrorException(String message,
Throwable cause,
HttpStatus statusCode) |
HttpErrorException(Throwable cause,
HttpStatus statusCode) |
| Modifier and Type | Method and Description |
|---|---|
HttpStatus |
getStatusCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic HttpErrorException(HttpStatus statusCode)
public HttpErrorException(String s, HttpStatus statusCode)
public HttpErrorException(Throwable cause, HttpStatus statusCode)
public HttpErrorException(String message, Throwable cause, HttpStatus statusCode)
public HttpStatus getStatusCode()
Copyright © 2021 Oracle Corporation. All Rights Reserved.