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

com.iih5.smartorm.model.DataException Maven / Gradle / Ivy

/**
 * ---------------------------------------------------------------------------
 * 类名称   :DataException
 * 类描述   :
 * 创建人   : xue.yi
 * 创建时间: 2016/10/13 15:54
 * 版权拥有:星电商科技
 * ---------------------------------------------------------------------------
 */
package com.iih5.smartorm.model;

public class DataException extends RuntimeException{
    public DataException(String msg){
        super(msg);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy