File
Doc
Category
Size
Date
Package
ServerError.java
API Doc
Android 5.1 API
1027
Thu Mar 12 22:22:56 GMT 2015
com.android.volley
ServerError
java.lang.Object
com.android.volley.VolleyError
public class ServerError extends com.android.volley.VolleyError
Indicates that the error responded with an error response.
Fields Summary
Constructors Summary
public ServerError
(
com.android.volley.NetworkResponse
networkResponse)
super(networkResponse);
public ServerError
()
super();
Methods Summary
Java Code Source