public class HttpStatusCodeException extends IOException
| Constructor and Description |
|---|
HttpStatusCodeException(int expectedStatus,
int actualStatus,
String method,
String url) |
HttpStatusCodeException(int expectedStatus,
int actualStatus,
String method,
String url,
String content) |
| Modifier and Type | Method and Description |
|---|---|
int |
getActualStatus() |
int |
getExpectedStatus() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2007–2017 The Apache Software Foundation. All rights reserved.