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

dev.the_fireplace.annotateddi.impl.di.ImplementationException Maven / Gradle / Ivy

package dev.the_fireplace.annotateddi.impl.di;

public class ImplementationException extends IllegalStateException {
    public ImplementationException() {
        super();
    }

    public ImplementationException(String s) {
        super(s);
    }

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy