me.zzp.ar.ex.TransactionException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jactiverecord Show documentation
Show all versions of jactiverecord Show documentation
ActiveRecord of Ruby on Rails in Java
package me.zzp.ar.ex;
/**
* 在处理事务时遇到任何异常抛出此异常。
*
* @since 2.0
* @author redraiment
*/
public class TransactionException extends RuntimeException {
public TransactionException(String message, Throwable cause) {
super(message, cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy