Class TransactionUtil.TransactionUtilException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.zfabrik.tx.TransactionUtil.TransactionUtilException
All Implemented Interfaces:
Serializable
Enclosing class:
TransactionUtil

public static class TransactionUtil.TransactionUtilException extends RuntimeException
The TransactionUtilException is used to wrap system style exceptions possibly occurring when invoking transaction management methods, but normally not of interest to application, when invoking TransactionUtil.get(UserTransaction, ThrowingSupplier), TransactionUtil.run(UserTransaction, Callable), TransactionUtil.run(UserTransaction, ThrowingRunnable). In that case this helps distinguishing application created Exceptions from transaction management related Exceptions.
See Also:
Serialized Form
  • Constructor Details

    • TransactionUtilException

      public TransactionUtilException(Throwable cause)