com.sany.workflow.service.ActivitiConfigException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pdp-workflow Show documentation
Show all versions of pdp-workflow Show documentation
bboss public development platform base on bboss.
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
}
}