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, toString
public HttpStatusIOException(String message, InvocationResult invocationResult)
public int getHttpStatusCode()
getHttpStatusCode
in interface HttpStatusException
public void setHttpStatusCode(int httpStatus)
setHttpStatusCode
in interface HttpStatusException
public String getHttpBody()
Copyright © 2012–2016. All rights reserved.