android.util.AndroidException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of remote-pay-java-connector Show documentation
Show all versions of remote-pay-java-connector Show documentation
Clover Connector Java library
package android.util;
public class AndroidException extends Exception {
public AndroidException() {
throw new RuntimeException("Stub!");
}
public AndroidException(String name) {
throw new RuntimeException("Stub!");
}
public AndroidException(String name, Throwable cause) {
throw new RuntimeException("Stub!");
}
public AndroidException(Exception cause) {
throw new RuntimeException("Stub!");
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy