public
class
OperationCanceledException
extends AccountsException
java.lang.Object | ||||
↳ | java.lang.Throwable | |||
↳ | java.lang.Exception | |||
↳ | android.accounts.AccountsException | |||
↳ | android.accounts.OperationCanceledException |
Public constructors | |
---|---|
OperationCanceledException()
|
|
OperationCanceledException(String message)
|
|
OperationCanceledException(String message, Throwable cause)
|
|
OperationCanceledException(Throwable cause)
|
Inherited methods | |
---|---|
public OperationCanceledException ()
public OperationCanceledException (String message)
Parameters | |
---|---|
message |
String |
public OperationCanceledException (String message, Throwable cause)
Parameters | |
---|---|
message |
String |
cause |
Throwable |
public OperationCanceledException (Throwable cause)
Parameters | |
---|---|
cause |
Throwable |