Most visited

Recently visited

Added in API level 5

OperationCanceledException

public class OperationCanceledException
extends AccountsException

java.lang.Object
    java.lang.Throwable
      java.lang.Exception
        android.accounts.AccountsException
          android.accounts.OperationCanceledException


摘要(Summary)

Public constructors

OperationCanceledException()
OperationCanceledException(String message)
OperationCanceledException(String message, Throwable cause)
OperationCanceledException(Throwable cause)

继承方法(Inherited methods)

From class java.lang.Throwable
From class java.lang.Object

Public constructors

OperationCanceledException

Added in API level 5
OperationCanceledException ()

OperationCanceledException

Added in API level 5
OperationCanceledException (String message)

参数(Parameters)
message String

OperationCanceledException

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

参数(Parameters)
message String
cause Throwable

OperationCanceledException

Added in API level 5
OperationCanceledException (Throwable cause)

参数(Parameters)
cause Throwable

Hooray!