public class HTTPException extends IOException
Constructor and Description |
---|
HTTPException(int responseCode,
String responseMessage,
URL url) |
Modifier and Type | Method and Description |
---|---|
int |
getResponseCode() |
String |
getResponseMessage() |
URL |
getUrl() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Apache CXF