package NET.worlds.console; public class NoWebControlException extends Exception { private static final long serialVersionUID = 8391822026004106330L; NoWebControlException() { } NoWebControlException(String s) { super(s); } }