com.android.volley
Class NetworkError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.android.volley.VolleyError
              extended by com.android.volley.NetworkError
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NoConnectionError

public class NetworkError
extends VolleyError

Indicates that there was a network error when performing a Volley request.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.android.volley.VolleyError
networkResponse
 
Constructor Summary
NetworkError()
           
NetworkError(NetworkResponse networkResponse)
           
NetworkError(Throwable cause)
           
 
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

NetworkError

public NetworkError()

NetworkError

public NetworkError(Throwable cause)

NetworkError

public NetworkError(NetworkResponse networkResponse)