Added in API level 5
Summary:
Ctors
| Inherited Methods
AccountsException
public
class
AccountsException
extends Exception
java.lang.Object | |||
↳ | java.lang.Throwable | ||
↳ | java.lang.Exception | ||
↳ | android.accounts.AccountsException |
Summary
Public constructors | |
---|---|
AccountsException()
|
|
AccountsException(String message)
|
|
AccountsException(String message, Throwable cause)
|
|
AccountsException(Throwable cause)
|
Inherited methods | |
---|---|
Public constructors
AccountsException
Added in API level 5
public AccountsException (String message)
Parameters | |
---|---|
message |
String |
AccountsException
Added in API level 5
public AccountsException (String message, Throwable cause)
Parameters | |
---|---|
message |
String |
cause |
Throwable |
AccountsException
Added in API level 5
public AccountsException (Throwable cause)
Parameters | |
---|---|
cause |
Throwable |