public class AuthFailureError extends JusError
networkResponse| Constructor and Description |
|---|
AuthFailureError(android.content.Intent intent) |
AuthFailureError(NetworkResponse networkResponse) |
AuthFailureError(NetworkResponse networkResponse,
android.content.Intent intent) |
AuthFailureError(java.lang.String exceptionMessage) |
AuthFailureError(java.lang.String exceptionMessage,
java.lang.Throwable reason) |
AuthFailureError(java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMessage() |
android.content.Intent |
getResolutionIntent() |
getNetworkTimeMs, setNetworkTimeMspublic AuthFailureError(android.content.Intent intent)
public AuthFailureError(NetworkResponse networkResponse)
public AuthFailureError(NetworkResponse networkResponse, android.content.Intent intent)
public AuthFailureError(java.lang.Throwable cause)
public AuthFailureError(java.lang.String exceptionMessage,
java.lang.Throwable reason)
public AuthFailureError(java.lang.String exceptionMessage)