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

bitronix.tm.timer.TaskException Maven / Gradle / Ivy

There is a newer version: 2.1.4
Show newest version
package bitronix.tm.timer;

/**
 * Thrown when an error occurs during the execution of a task.
 * 

© Bitronix Software

* * @author lorban */ public class TaskException extends Exception { public TaskException(String message, Throwable cause) { super(message, cause); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy