All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.nico.cat.mvc.exception.VerifyException Maven / Gradle / Ivy

There is a newer version: 1.1.3
Show newest version
package org.nico.cat.mvc.exception;

/** 
 * 
 * @author nico
 * @version createTime:2018年3月25日 下午4:44:19
 */

public class VerifyException extends RuntimeException{

	private static final long serialVersionUID = 1L;


	public VerifyException(String message) {
		super(message);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy