public class

ServerError

extends VolleyError
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.android.volley.VolleyError
         ↳ com.android.volley.ServerError

Class Overview

Indicates that the server responded with an error response.

Summary

[Expand]
Inherited Fields
From class com.android.volley.VolleyError
Public Constructors
ServerError(NetworkResponse networkResponse)
ServerError()
[Expand]
Inherited Methods
From class com.android.volley.VolleyError
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public ServerError (NetworkResponse networkResponse)

public ServerError ()