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

android.os.RemoteException Maven / Gradle / Ivy

There is a newer version: 1.4.1
Show newest version
package android.os;

import android.util.AndroidException;

public class RemoteException extends AndroidException {
  public RemoteException() {
    throw new RuntimeException("Stub!");
  }

  public RemoteException(String message) {
    throw new RuntimeException("Stub!");
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy