public class AuthFailureError extends VolleyError
networkResponse| 构造器和说明 |
|---|
AuthFailureError() |
AuthFailureError(android.content.Intent intent) |
AuthFailureError(NetworkResponse response) |
AuthFailureError(java.lang.String message) |
AuthFailureError(java.lang.String message,
java.lang.Exception reason) |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
getMessage() |
android.content.Intent |
getResolutionIntent() |
getNetworkTimeMspublic AuthFailureError()
public AuthFailureError(android.content.Intent intent)
public AuthFailureError(NetworkResponse response)
public AuthFailureError(java.lang.String message)
public AuthFailureError(java.lang.String message,
java.lang.Exception reason)