public class VolleyError extends Exception
Modifier and Type | Field and Description |
---|---|
NetworkResponse |
networkResponse |
Constructor and Description |
---|
VolleyError() |
VolleyError(NetworkResponse response) |
VolleyError(String exceptionMessage) |
VolleyError(String exceptionMessage,
Throwable reason) |
VolleyError(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
long |
getNetworkTimeMs() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public final NetworkResponse networkResponse
public VolleyError()
public VolleyError(NetworkResponse response)
public VolleyError(String exceptionMessage)
public VolleyError(Throwable cause)