java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jdbf.engine.JDBFException
org.jdbf.engine.transaction.TransactionException
- All Implemented Interfaces:
- java.io.Serializable
- public class TransactionException
- extends org.jdbf.engine.JDBFException
Informs that the user transaction has been explicitly aborted by
the database due to some failure and the reason for that failure.
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TransactionException
public TransactionException(java.lang.String message,
java.lang.Exception except)
TransactionException
public TransactionException(java.lang.String message)