package jnetman.network; public class IfCardException extends Exception { /** * */ private static final long serialVersionUID = -7372685028330256472L; public IfCardException(String arg0) { super(arg0); } }