bitronix.tm.timer.TaskException Maven / Gradle / Ivy
package bitronix.tm.timer;
/**
* Thrown when an error occurs during the execution of a task.
*
*
* @author lorban
*/
public class TaskException extends Exception {
public TaskException(String message, Throwable cause) {
super(message, cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy