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, toString
public HttpStatusExceptionSupport()
public HttpStatusExceptionSupport(String message)
public StackTraceElement[] getStackTrace()
getStackTrace
in class Throwable
public String getMessage()
getMessage
in class Throwable
public int getHttpStatusCode()
getHttpStatusCode
in interface HttpStatusException
public void setHttpStatusCode(int httpStatusCode)
setHttpStatusCode
in interface HttpStatusException
Copyright © 2012–2016. All rights reserved.