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

io.logz.sawmill.exceptions.ProcessorConfigurationException Maven / Gradle / Ivy

The newest version!
package io.logz.sawmill.exceptions;

public class ProcessorConfigurationException extends SawmillException {
    public ProcessorConfigurationException(String errorMsg) {
        super(errorMsg);
    }

    public ProcessorConfigurationException(String errorMsg, Exception e) {
        super(errorMsg, e);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy