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

org.embulk.jruby.JRubyNotLoadedException Maven / Gradle / Ivy

package org.embulk.jruby;

public final class JRubyNotLoadedException extends JRubyInvalidRuntimeException {
    public JRubyNotLoadedException() {
        super("JRuby runtime is not loaded successfully.");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy