package jdbc; public class MismatchException extends Exception { private static final long serialVersionUID = -6862838020754367124L; MismatchException() { super("The number of columns specified in each array does not match!"); } }