Home
last modified time | relevance | path

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

/frameworks/volley/src/main/java/com/android/volley/
DVolleyError.java23 public class VolleyError extends Exception { class
27 public VolleyError() { in VolleyError() method in VolleyError
31 public VolleyError(NetworkResponse response) { in VolleyError() method in VolleyError
35 public VolleyError(String exceptionMessage) { in VolleyError() method in VolleyError
40 public VolleyError(String exceptionMessage, Throwable reason) { in VolleyError() method in VolleyError
45 public VolleyError(Throwable cause) { in VolleyError() method in VolleyError