Home
last modified time | relevance | path

Searched defs:VolleyError (Results 1 – 1 of 1) sorted by relevance

/external/volley/src/main/java/com/android/volley/
DVolleyError.java21 public class VolleyError extends Exception { class
25 public VolleyError() { in VolleyError() method in VolleyError
29 public VolleyError(NetworkResponse response) { in VolleyError() method in VolleyError
33 public VolleyError(String exceptionMessage) { in VolleyError() method in VolleyError
38 public VolleyError(String exceptionMessage, Throwable reason) { in VolleyError() method in VolleyError
43 public VolleyError(Throwable cause) { in VolleyError() method in VolleyError