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

gnu.io.LibLoadException Maven / Gradle / Ivy

There is a newer version: 1.0.1
Show newest version
package gnu.io;

class LibLoadException extends Exception {

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy