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

org.bidib.jbidibc.exchange.bidib.FirmwareException Maven / Gradle / Ivy

The newest version!
package org.bidib.jbidibc.exchange.bidib;

public class FirmwareException extends RuntimeException {

    private static final long serialVersionUID = 1L;

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

    public FirmwareException(String message, Throwable th) {
        super(message, th);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy