/src/kilim/ShutdownException.java

http://github.com/kilim/kilim · Java · 11 lines · 6 code · 3 blank · 2 comment · 0 complexity · b86f7d7cec90519f171695ca72075a2d MD5 · raw file

  1. // Copyright 2010 by sriram - offered under the terms of the MIT License
  2. package kilim;
  3. public class ShutdownException extends Exception {
  4. private static final long serialVersionUID = 1L;
  5. public ShutdownException() {
  6. // TODO Auto-generated constructor stub
  7. }
  8. }