io.logz.sawmill.exceptions.ProcessorExecutionException Maven / Gradle / Ivy
The newest version!
package io.logz.sawmill.exceptions;
public class ProcessorExecutionException extends SawmillException {
public ProcessorExecutionException(String processorType, Exception e) {
super(String.format("failed to execute processor %s", processorType), e);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy