All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.accounts.OperationCanceledException Maven / Gradle / Ivy

Go to download

provide android hidden api definition ,helper for android super framework development

There is a newer version: 1.11
Show newest version
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!"); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy