public class HttpResponseException extends RuntimeException
| コンストラクタと説明 |
|---|
HttpResponseException(int code) |
HttpResponseException(int code,
String detailMessage) |
HttpResponseException(int code,
String detailMessage,
Throwable throwable) |
HttpResponseException(int code,
Throwable throwable) |
HttpResponseException(String requestMethod,
HttpUrl requestUrl,
long sentRequestAtMillis,
long receivedResponseAtMillis,
Protocol protocol,
int code,
String responseMessage,
Headers headers) |
HttpResponseException(String requestMethod,
HttpUrl requestUrl,
long sentRequestAtMillis,
long receivedResponseAtMillis,
Protocol protocol,
int code,
String responseMessage,
Headers headers,
String detailMessage) |
HttpResponseException(String requestMethod,
HttpUrl requestUrl,
long sentRequestAtMillis,
long receivedResponseAtMillis,
Protocol protocol,
int code,
String responseMessage,
Headers headers,
String detailMessage,
Throwable throwable) |
HttpResponseException(String requestMethod,
HttpUrl requestUrl,
long sentRequestAtMillis,
long receivedResponseAtMillis,
Protocol protocol,
int code,
String responseMessage,
Headers headers,
Throwable throwable) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
int |
getCode() |
Headers |
getHeaders() |
Protocol |
getProtocol() |
long |
getReceivedResponseAtMillis() |
String |
getRequestMethod() |
HttpUrl |
getRequestUrl() |
String |
getResponseMessage() |
long |
getSentRequestAtMillis() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic HttpResponseException(String requestMethod, HttpUrl requestUrl, long sentRequestAtMillis, long receivedResponseAtMillis, Protocol protocol, int code, String responseMessage, Headers headers)
public HttpResponseException(String requestMethod, HttpUrl requestUrl, long sentRequestAtMillis, long receivedResponseAtMillis, Protocol protocol, int code, String responseMessage, Headers headers, String detailMessage)
public HttpResponseException(String requestMethod, HttpUrl requestUrl, long sentRequestAtMillis, long receivedResponseAtMillis, Protocol protocol, int code, String responseMessage, Headers headers, String detailMessage, Throwable throwable)
public HttpResponseException(String requestMethod, HttpUrl requestUrl, long sentRequestAtMillis, long receivedResponseAtMillis, Protocol protocol, int code, String responseMessage, Headers headers, Throwable throwable)
public HttpResponseException(int code)
public HttpResponseException(int code,
String detailMessage)
public HttpResponseException(int code,
String detailMessage,
Throwable throwable)
public HttpResponseException(int code,
Throwable throwable)
public String getRequestMethod()
public HttpUrl getRequestUrl()
public long getSentRequestAtMillis()
public long getReceivedResponseAtMillis()
public Protocol getProtocol()
public int getCode()
public String getResponseMessage()
public Headers getHeaders()