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

net.pushover.client.PushoverException Maven / Gradle / Ivy

There is a newer version: 1.1.1
Show newest version
package net.pushover.client;

public class PushoverException extends Exception {

    private static final long serialVersionUID = 1L;

    public PushoverException(String message, Throwable cause) {
        super(message, cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy