FileDocCategorySizeDatePackage
ServerError.javaAPI DocAndroid 5.1 API1027Thu Mar 12 22:22:56 GMT 2015com.android.volley

ServerError

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