com.android.volley
クラス AuthFailureError

java.lang.Object
  上位を拡張 java.lang.Throwable
      上位を拡張 java.lang.Exception
          上位を拡張 com.android.volley.VolleyError
              上位を拡張 com.android.volley.AuthFailureError
すべての実装されたインタフェース:
java.io.Serializable

public class AuthFailureError
extends VolleyError

Error indicating that there was an authentication failure when performing a Request.

関連項目:
直列化された形式

フィールドの概要
 
クラス com.android.volley.VolleyError から継承されたフィールド
networkResponse
 
コンストラクタの概要
AuthFailureError()
           
AuthFailureError(Intent intent)
           
AuthFailureError(java.lang.String message, java.lang.Exception reason)
           
 
メソッドの概要
 java.lang.String getMessage()
           
 Intent getResolutionIntent()
           
 
クラス java.lang.Throwable から継承されたメソッド
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

AuthFailureError

public AuthFailureError()

AuthFailureError

public AuthFailureError(Intent intent)

AuthFailureError

public AuthFailureError(java.lang.String message,
                        java.lang.Exception reason)
メソッドの詳細

getResolutionIntent

public Intent getResolutionIntent()

getMessage

public java.lang.String getMessage()
オーバーライド:
クラス java.lang.Throwable 内の getMessage