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

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

package org.apache.juli.logging.ch.qos.logback.core.model.processor;

public class ProcessorException extends Exception {
    private static final long serialVersionUID = 2245242609539650480L;

    public ProcessorException() {
    }

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy