001package com.ganteater.ae;
002
003public class TaskCancelingException extends RuntimeException {
004
005        private static final long serialVersionUID = 1L;
006
007}