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

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

Completed in 106 milliseconds