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, toString
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.