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

org.jruby.ir.persistence.IRPersistenceException Maven / Gradle / Ivy

package org.jruby.ir.persistence;

public class IRPersistenceException extends Exception {
    public IRPersistenceException(String message) {
        super(message);
    }

    public IRPersistenceException() {
        super();
    }

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

    public IRPersistenceException(Throwable cause) {
        super(cause);
    }
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy