public class AuthFailureError extends VolleyError
networkResponse
Constructor and Description |
---|
AuthFailureError() |
AuthFailureError(Intent intent) |
AuthFailureError(NetworkResponse response) |
AuthFailureError(String message) |
AuthFailureError(String message,
Exception reason) |
Modifier and Type | Method and Description |
---|---|
String |
getMessage()
Returns the detail message string of this throwable.
|
Intent |
getResolutionIntent() |
getNetworkTimeMs
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AuthFailureError()
public AuthFailureError(Intent intent)
public AuthFailureError(NetworkResponse response)
public AuthFailureError(String message)
public Intent getResolutionIntent()
public String getMessage()
Throwable
getMessage
in class Throwable
Throwable
instance
(which may be null
).