1 2 3 4 5 6 7 8 9 10
package jcgp.exceptions; public class ParameterMismatchException extends RuntimeException { /** * */ private static final long serialVersionUID = -3161318886125868134L; }