Serializable
public class HttpRetryException extends IOException
HttpRetryException(String detail, int code)
HttpRetryException
HttpRetryException(String detail, int code, String location)
String
getLocation()
getReason()
int
responseCode()
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public HttpRetryException(String detail, int code)
detail
code
public HttpRetryException(String detail, int code, String location)
location
public int responseCode()
public String getReason()
public String getLocation()