类 AuthFailureError
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.android.volley.VolleyError
com.android.volley.AuthFailureError
- 所有已实现的接口:
Serializable
Error indicating that there was an authentication failure when performing a Request.
- 另请参阅:
-
字段概要
从类继承的字段 com.android.volley.VolleyError
networkResponse -
构造器概要
构造器构造器说明AuthFailureError(android.content.Intent intent) AuthFailureError(NetworkResponse response) AuthFailureError(String message) AuthFailureError(String message, Exception reason) -
方法概要
从类继承的方法 com.android.volley.VolleyError
getNetworkTimeMs
-
构造器详细资料
-
AuthFailureError
public AuthFailureError() -
AuthFailureError
public AuthFailureError(android.content.Intent intent) -
AuthFailureError
-
AuthFailureError
-
AuthFailureError
-
-
方法详细资料
-
getResolutionIntent
public android.content.Intent getResolutionIntent() -
getMessage
- 覆盖:
getMessage在类中Throwable
-