1 package net.sourceforge.rconed.exception; 2 3 /** 4 * This exception will be thrown whenever the server don't send a response to our command 5 */ 6 public class ResponseEmpty extends Exception { 7 8 private static final long serialVersionUID = -6900547928522459554L; 9 10 }