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

io.nflow.engine.internal.dao.PollingBatchException Maven / Gradle / Ivy

There is a newer version: 10.0.0
Show newest version
package io.nflow.engine.internal.dao;

public class PollingBatchException extends RuntimeException {

  private static final long serialVersionUID = 1L;

  public PollingBatchException(String msg) {
    super(msg, null, true, false);
  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy