public class

TimeoutError

extends VolleyError
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.android.volley.VolleyError
         ↳ com.android.volley.TimeoutError

Class Overview

Indicates that the connection or the socket timed out.

Summary

[Expand]
Inherited Fields
From class com.android.volley.VolleyError
Public Constructors
TimeoutError()
[Expand]
Inherited Methods
From class com.android.volley.VolleyError
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public TimeoutError ()