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

one.microproject.rpi.powercontroller.ClientException Maven / Gradle / Ivy

The newest version!
package one.microproject.rpi.powercontroller;

public class ClientException extends RuntimeException {

    public ClientException(String message) {
        super(message);
    }

    public ClientException(Throwable t) {
        super(t);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy