public class

AuthFailureError

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

Class Overview

Error indicating that there was an authentication failure when performing a Request.

Summary

[Expand]
Inherited Fields
From class com.android.volley.VolleyError
Public Constructors
AuthFailureError()
AuthFailureError(Intent intent)
AuthFailureError(NetworkResponse response)
AuthFailureError(String message)
AuthFailureError(String message, Exception reason)
Public Methods
String getMessage()
Intent getResolutionIntent()
[Expand]
Inherited Methods
From class com.android.volley.VolleyError
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public AuthFailureError ()

public AuthFailureError (Intent intent)

public AuthFailureError (NetworkResponse response)

public AuthFailureError (String message)

public AuthFailureError (String message, Exception reason)

Public Methods

public String getMessage ()

public Intent getResolutionIntent ()