package ctbrec.ui.tasks;
public class TaskExecutionException extends RuntimeException {
public TaskExecutionException(Exception e) {
super(e);
}