package cn.autoform.fw.exception; /** * token无效异常 * @author yangrx * */ public class InvalidTokenException extends Exception{ /** * */ private static final long serialVersionUID = -225523008049547440L; }