1 package net.sourceforge.rconed.exception; 2 3 /** 4 * This exception will be thrown whenever data was received that 5 * didn't follow the prescribed format for the Rcon type. 6 */ 7 public class UnexpectedDataException extends Exception { 8 9 private static final long serialVersionUID = 4709451502136041098L; 10 11 }