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, toStringCopyright © 2015-2020 Eclipse Foundation. All Rights Reserved.