public class HttpStatusIOException extends IOException implements HttpStatusException
| Constructor and Description |
|---|
HttpStatusIOException(String message,
InvocationResult invocationResult) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHttpBody() |
int |
getHttpStatusCode() |
void |
setHttpStatusCode(int httpStatus) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic HttpStatusIOException(String message, InvocationResult invocationResult)
public int getHttpStatusCode()
getHttpStatusCode in interface HttpStatusExceptionpublic void setHttpStatusCode(int httpStatus)
setHttpStatusCode in interface HttpStatusExceptionpublic String getHttpBody()
Copyright © 2012–2016. All rights reserved.