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

cn.jiangzeyin.database.TransactionError Maven / Gradle / Ivy

There is a newer version: 1.2.11
Show newest version
package cn.jiangzeyin.database;

/**
 * 事务异常
 * Created by jiangzeyin on 2018/6/21.
 */
public class TransactionError extends RuntimeException {
    /**
     * 异常信息
     *
     * @param message 消息
     */
    public TransactionError(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy