bitronix.tm.internal.BitronixRollbackSystemException Maven / Gradle / Ivy
package bitronix.tm.internal;
/**
* Subclass of {@link javax.transaction.SystemException} indicating a rollback must be performed.
* This exception is used to handle unilateral rollback of resources during delistement.
*
*
* @author lorban
*/
public class BitronixRollbackSystemException extends BitronixSystemException {
public BitronixRollbackSystemException(String string, Throwable t) {
super(string, t);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy