/src/kilim/ShutdownException.java
http://github.com/kilim/kilim · Java · 11 lines · 6 code · 3 blank · 2 comment · 0 complexity · b86f7d7cec90519f171695ca72075a2d MD5 · raw file
- // Copyright 2010 by sriram - offered under the terms of the MIT License
- package kilim;
- public class ShutdownException extends Exception {
- private static final long serialVersionUID = 1L;
- public ShutdownException() {
- // TODO Auto-generated constructor stub
- }
- }