com.android.volley
Class VolleyError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.android.volley.VolleyError
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AuthFailureError, NetworkError, ParseError, ServerError, TimeoutError

public class VolleyError
extends Exception

Exception style class encapsulating Volley errors

See Also:
Serialized Form

Field Summary
 NetworkResponse networkResponse
           
 
Constructor Summary
VolleyError()
           
VolleyError(NetworkResponse response)
           
VolleyError(String exceptionMessage)
           
VolleyError(String exceptionMessage, Throwable reason)
           
VolleyError(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
 

Field Detail

networkResponse

public final NetworkResponse networkResponse
Constructor Detail

VolleyError

public VolleyError()

VolleyError

public VolleyError(NetworkResponse response)

VolleyError

public VolleyError(String exceptionMessage)

VolleyError

public VolleyError(String exceptionMessage,
                   Throwable reason)

VolleyError

public VolleyError(Throwable cause)