OSDN Git Service

33a726b73b725f26541cbdb4f66ffe0d788e5d97
[train-delayed/source.git] / workspace / TrainDelayed / src / com / td / utility / TdException.java
1 package com.td.utility;\r
2 \r
3 public class TdException extends Exception {\r
4         private static final long serialVersionUID = 3460190302913953440L;\r
5 \r
6         public TdException() {\r
7                 \r
8         }\r
9 \r
10         public TdException(Throwable throwable) {\r
11                 super(throwable);\r
12         }\r
13 }\r