类 AuthFailureError

所有已实现的接口:
Serializable

public class AuthFailureError extends VolleyError
Error indicating that there was an authentication failure when performing a Request.
另请参阅:
  • 构造器详细资料

    • AuthFailureError

      public AuthFailureError()
    • AuthFailureError

      public AuthFailureError(android.content.Intent intent)
    • AuthFailureError

      public AuthFailureError(NetworkResponse response)
    • AuthFailureError

      public AuthFailureError(String message)
    • AuthFailureError

      public AuthFailureError(String message, Exception reason)
  • 方法详细资料

    • getResolutionIntent

      public android.content.Intent getResolutionIntent()
    • getMessage

      public String getMessage()
      覆盖:
      getMessage 在类中 Throwable