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

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.
 * 

© Bitronix Software

* * @author lorban */ public class BitronixRollbackSystemException extends BitronixSystemException { public BitronixRollbackSystemException(String string, Throwable t) { super(string, t); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy