FileDocCategorySizeDatePackage
OperationCanceledException.javaAPI DocAndroid 5.1 API527Sat Mar 14 14:09:42 GMT 2015android.accounts

OperationCanceledException

public class OperationCanceledException extends android.accounts.AccountsException

Fields Summary
Constructors Summary
public OperationCanceledException()

 throw new RuntimeException("Stub!"); 
public OperationCanceledException(String message)

 throw new RuntimeException("Stub!"); 
public OperationCanceledException(String message, Throwable cause)

 throw new RuntimeException("Stub!"); 
public OperationCanceledException(Throwable cause)

 throw new RuntimeException("Stub!"); 
Methods Summary