public class HTTPException extends Exception
Constructor and Description |
---|
HTTPException(int statusCode) |
HTTPException(int statusCode,
String message) |
HTTPException(int statusCode,
String message,
Throwable t) |
HTTPException(int statusCode,
Throwable t) |
Modifier and Type | Method and Description |
---|---|
int |
getStatusCode() |
protected void |
setStatusCode(int statusCode) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.