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

io.nflow.engine.workflow.executor.StateVariableValueTooLongException Maven / Gradle / Ivy

There is a newer version: 10.0.0
Show newest version
package io.nflow.engine.workflow.executor;

public class StateVariableValueTooLongException extends IllegalArgumentException {

  private static final long serialVersionUID = 1L;

  public StateVariableValueTooLongException(String message) {
    super(message);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy