FileDocCategorySizeDatePackage
NoConnectionError.javaAPI DocAndroid 5.1 API971Thu Mar 12 22:22:56 GMT 2015com.android.volley

NoConnectionError

public class NoConnectionError extends NetworkError
Error indicating that no connection could be established when performing a Volley request.

Fields Summary
Constructors Summary
public NoConnectionError()

        super();
    
public NoConnectionError(Throwable reason)

        super(reason);
    
Methods Summary