public class

OperationCanceledException

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

摘要

公有构造方法
OperationCanceledException()
OperationCanceledException( String message)
OperationCanceledException( String message, Throwable cause)
OperationCanceledException( Throwable cause)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

公有构造方法

public OperationCanceledException ()

Since: API Level 5

public OperationCanceledException (String message)

Since: API Level 5

public OperationCanceledException (String message, Throwable cause)

Since: API Level 5

public OperationCanceledException (Throwable cause)

Since: API Level 5