Home
last modified time | relevance | path

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

/frameworks/volley/src/com/android/volley/
DVolleyError.java23 public class VolleyError extends Exception { class
26 public VolleyError() { in VolleyError() method in VolleyError
30 public VolleyError(NetworkResponse response) { in VolleyError() method in VolleyError
34 public VolleyError(String exceptionMessage) { in VolleyError() method in VolleyError
39 public VolleyError(String exceptionMessage, Throwable reason) { in VolleyError() method in VolleyError
44 public VolleyError(Throwable cause) { in VolleyError() method in VolleyError