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

me.zzp.ar.ex.TransactionException Maven / Gradle / Ivy

There is a newer version: 2.3
Show newest version
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