com.android.volley
Class TimeoutError

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

public class TimeoutError
extends VolleyError

Indicates that the connection or the socket timed out.

See Also:
Serialized Form

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

TimeoutError

public TimeoutError()