public class AccountsException
extends 异常
java.lang.Object | |||
↳ | java.lang.Throwable | ||
↳ | java.lang.Exception | ||
↳ | android.accounts.AccountsException |
![]() |
Public constructors |
|
---|---|
AccountsException() |
|
AccountsException(String message) |
|
AccountsException(String message, Throwable cause) |
|
AccountsException(Throwable cause) |
Inherited methods |
|
---|---|
![]() java.lang.Throwable
|
|
![]() java.lang.Object
|
AccountsException (String message, Throwable cause)
Parameters | |
---|---|
message |
String
|
cause |
Throwable
|
AccountsException (Throwable cause)
Parameters | |
---|---|
cause |
Throwable
|