com.android.volley
Class NoConnectionError

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
                  extended by com.android.volley.NoConnectionError
All Implemented Interfaces:
Serializable

public class NoConnectionError
extends NetworkError

Error indicating that no connection could be established when performing a Volley request.

See Also:
Serialized Form

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

NoConnectionError

public NoConnectionError()

NoConnectionError

public NoConnectionError(Throwable reason)