![JAR search and dependency download from the Maven repository](/logo.png)
io.nflow.engine.workflow.executor.StateVariableValueTooLongException Maven / Gradle / Ivy
package io.nflow.engine.workflow.executor;
public class StateVariableValueTooLongException extends RuntimeException {
private static final long serialVersionUID = 1L;
public StateVariableValueTooLongException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy