public class AuthenticatorError
extends java.lang.Exception
| Constructor and Description |
|---|
AuthenticatorError(android.content.Intent intent) |
AuthenticatorError(java.lang.String exceptionMessage) |
AuthenticatorError(java.lang.String exceptionMessage,
java.lang.Throwable reason) |
AuthenticatorError(java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMessage() |
android.content.Intent |
getResolutionIntent() |
public AuthenticatorError(android.content.Intent intent)
public AuthenticatorError(java.lang.Throwable cause)
public AuthenticatorError(java.lang.String exceptionMessage,
java.lang.Throwable reason)
public AuthenticatorError(java.lang.String exceptionMessage)