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

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

There is a newer version: 6.0.0
Show newest version
package org.activiti.rest.exception;

import org.activiti.engine.ActivitiException;

public class ActivitiForbiddenException extends ActivitiException {

  private static final long serialVersionUID = 1L;
  
  public ActivitiForbiddenException(String message) {
    super(message);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy