Class TransactionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.net4j.util.transaction.TransactionException
- All Implemented Interfaces:
Serializable
- Author:
- Eike Stepper
- See Also:
- No Extend
- This interface is not intended to be extended by clients.
-
Constructor Summary
ConstructorDescriptionTransactionException
(String message) TransactionException
(String message, Throwable cause) TransactionException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TransactionException
public TransactionException() -
TransactionException
-
TransactionException
-
TransactionException
-