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

com.github.dianduiot.exception.HardwareOfflineException Maven / Gradle / Ivy

package com.github.dianduiot.exception;

public class HardwareOfflineException extends DoException {
    public HardwareOfflineException() {
        super();
    }

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy