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

org.activiti.rest.exception.ActivitiConflictException Maven / Gradle / Ivy

package org.activiti.rest.exception;

import org.activiti.engine.ActivitiException;

public class ActivitiConflictException extends ActivitiException {

  private static final long serialVersionUID = 1L;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy