Package com.zfabrik.tx
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
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 Exception
s from transaction management
related Exception
s.- See Also:
- Serialized Form
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TransactionUtilException
-