1 package net.sourceforge.rconed.exception;
2
3 /**
4 * This exception will be thrown whenever the rcon_password used is incorrect
5 */
6 public class BadRcon extends Exception {
7
8 private static final long serialVersionUID = 9168848946609846093L;
9
10 }