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

OperationCanceledException.java

package android.accounts;
public class OperationCanceledException
  extends android.accounts.AccountsException
{
public  OperationCanceledException() { throw new RuntimeException("Stub!"); }
public  OperationCanceledException(java.lang.String message) { throw new RuntimeException("Stub!"); }
public  OperationCanceledException(java.lang.String message, java.lang.Throwable cause) { throw new RuntimeException("Stub!"); }
public  OperationCanceledException(java.lang.Throwable cause) { throw new RuntimeException("Stub!"); }
}