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)
参数(Parameters) | |
---|---|
message |
String
|
AccountsException (String message, Throwable cause)
参数(Parameters) | |
---|---|
message |
String
|
cause |
Throwable
|
AccountsException (Throwable cause)
参数(Parameters) | |
---|---|
cause |
Throwable
|