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

org.apache.juli.logging.ch.qos.logback.core.model.processor.ModelHandlerException Maven / Gradle / Ivy

There is a newer version: 10.1.24
Show newest version
package org.apache.juli.logging.ch.qos.logback.core.model.processor;

public class ModelHandlerException extends Exception {

    private static final long serialVersionUID = -6486247349285796564L;

    public ModelHandlerException() {
    }

    public ModelHandlerException(final Throwable rootCause) {
        super(rootCause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy