package com.shawn.web.exception; /** * @author 吴洪双 */ public class ParameterIllegalException extends RuntimeException { private static final long serialVersionUID = 8197086462208138875L; }