Added in API level 5
OperationCanceledException
open class OperationCanceledException : AccountsException
kotlin.Any | ||||
↳ | kotlin.Throwable | |||
↳ | java.lang.Exception | |||
↳ | android.accounts.AccountsException | |||
↳ | android.accounts.OperationCanceledException |
Summary
Public constructors | |
---|---|
OperationCanceledException(message: String!) |
|
OperationCanceledException(message: String!, cause: Throwable!) |
|
OperationCanceledException(cause: Throwable!) |
Public constructors
OperationCanceledException
Added in API level 5
OperationCanceledException(
message: String!,
cause: Throwable!)