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.
- 関連項目:
- 直列化された形式
クラス 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