com.android.volley
Class AuthFailureError

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

public class AuthFailureError
extends VolleyError

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

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.android.volley.VolleyError
networkResponse
 
Constructor Summary
AuthFailureError()
           
AuthFailureError(Intent intent)
           
AuthFailureError(String message, Exception reason)
           
 
Method Summary
 String getMessage()
           
 Intent getResolutionIntent()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

AuthFailureError

public AuthFailureError()

AuthFailureError

public AuthFailureError(Intent intent)

AuthFailureError

public AuthFailureError(String message,
                        Exception reason)
Method Detail

getResolutionIntent

public Intent getResolutionIntent()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable