public class HTTPException extends IOException
| Constructor and Description |
|---|
HTTPException() |
HTTPException(String message) |
HTTPException(String message,
Throwable cause) |
HTTPException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
HTTPException |
setCode(int code) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic HTTPException()
public HTTPException(String message)
public HTTPException(Throwable cause)
public HTTPException setCode(int code)
public int getCode()