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

ars.database.repository.DataConstraintException Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
package ars.database.repository;

import ars.invoke.request.RequestHandleException;

/**
 * 数据约束异常
 * 
 * @author yongqiangwu
 * 
 */
public class DataConstraintException extends RequestHandleException {
	private static final long serialVersionUID = 1L;

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy