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

io.github.avivcarmis.confEager.exceptions.ConfEagerInstantiationException Maven / Gradle / Ivy

package io.github.avivcarmis.confEager.exceptions;

public class ConfEagerInstantiationException extends ConfEagerException {

    public ConfEagerInstantiationException(Throwable cause) {
        super("could not instantiate confEager object class", cause);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy