ParameterIllegalException.java 204 B

12345678910
  1. package com.shawn.web.exception;
  2. /**
  3. * @author 吴洪双
  4. */
  5. public class ParameterIllegalException extends RuntimeException {
  6. private static final long serialVersionUID = 8197086462208138875L;
  7. }