Searched defs:AuthenticatorException (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/accounts/
H A DAuthenticatorException.java19 public class AuthenticatorException extends AccountsException { class in inherits:AccountsException
20 public AuthenticatorException() { method in class:AuthenticatorException
23 public AuthenticatorException(String message) { method in class:AuthenticatorException
26 public AuthenticatorException(String message, Throwable cause) { method in class:AuthenticatorException
29 public AuthenticatorException(Throwable cause) { method in class:AuthenticatorException

Completed in 61 milliseconds