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

Public constructors

OperationCanceledException

Added in API level 5
OperationCanceledException()

OperationCanceledException

Added in API level 5
OperationCanceledException(message: String!)

OperationCanceledException

Added in API level 5
OperationCanceledException(
    message: String!,
    cause: Throwable!)

OperationCanceledException

Added in API level 5
OperationCanceledException(cause: Throwable!)