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 occuring, but normally
not of interest to application, when invoking
TransactionUtil.get(UserTransaction, ThrowingSupplier)
or TransactionUtil.get(UserTransaction, ThrowingSupplier)
- 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
-