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

org.bidib.jbidibc.debug.exception.InvalidLibraryException Maven / Gradle / Ivy

There is a newer version: 2.0.28
Show newest version
package org.bidib.jbidibc.debug.exception;

public class InvalidLibraryException extends RuntimeException {

    private static final long serialVersionUID = 1L;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy