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

com.sany.workflow.service.ActivitiConfigException Maven / Gradle / Ivy

There is a newer version: 5.6.4
Show newest version
package com.sany.workflow.service;

public class ActivitiConfigException extends Exception {

	public ActivitiConfigException() {
		// TODO Auto-generated constructor stub
	}

	public ActivitiConfigException(String message) {
		super(message);
		// TODO Auto-generated constructor stub
	}

	public ActivitiConfigException(Throwable cause) {
		super(cause);
		// TODO Auto-generated constructor stub
	}

	public ActivitiConfigException(String message, Throwable cause) {
		super(message, cause);
		// TODO Auto-generated constructor stub
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy