com.android.volley
Class ServerError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.android.volley.VolleyError
              extended by com.android.volley.ServerError
All Implemented Interfaces:
Serializable

public class ServerError
extends VolleyError

Indicates that the error responded with an error response.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.android.volley.VolleyError
networkResponse
 
Constructor Summary
ServerError()
           
ServerError(NetworkResponse networkResponse)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServerError

public ServerError(NetworkResponse networkResponse)

ServerError

public ServerError()