/src/kilim/ShutdownException.java
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 3package kilim; 4 5public class ShutdownException extends Exception { 6 private static final long serialVersionUID = 1L; 7 8 public ShutdownException() { 9 // TODO Auto-generated constructor stub 10 } 11}