Package org.dalesbred.transaction
Class NoActiveTransactionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.dalesbred.DatabaseException
org.dalesbred.transaction.NoActiveTransactionException
- All Implemented Interfaces:
Serializable
Exception thrown when performing an operation that requires a transaction without having an active transaction.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class org.dalesbred.DatabaseException
getQuery, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
NoActiveTransactionException
-