public class HttpStatusExceptionSupport extends RuntimeException implements HttpStatusException
| Constructor and Description |
|---|
HttpStatusExceptionSupport() |
HttpStatusExceptionSupport(String message) |
| Modifier and Type | Method and Description |
|---|---|
int |
getHttpStatusCode() |
String |
getMessage() |
StackTraceElement[] |
getStackTrace() |
void |
setHttpStatusCode(int httpStatusCode) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic HttpStatusExceptionSupport()
public HttpStatusExceptionSupport(String message)
public StackTraceElement[] getStackTrace()
getStackTrace in class Throwablepublic String getMessage()
getMessage in class Throwablepublic int getHttpStatusCode()
getHttpStatusCode in interface HttpStatusExceptionpublic void setHttpStatusCode(int httpStatusCode)
setHttpStatusCode in interface HttpStatusExceptionCopyright © 2012–2021. All rights reserved.