public class AuthFailureError extends VolleyError
Modifier and Type | Field and Description |
---|---|
private Intent |
mResolutionIntent
An intent that can be used to resolve this exception.
|
networkResponse
Constructor and Description |
---|
AuthFailureError() |
AuthFailureError(Intent intent) |
AuthFailureError(java.lang.String message,
java.lang.Exception reason) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage() |
Intent |
getResolutionIntent() |
private Intent mResolutionIntent