open class CannotCreateTransactionException : TransactionException
Exception thrown when a transaction can't be created using an underlying transaction API such as JTA.
Author
Rod Johnson
Since
17.03.2003
CannotCreateTransactionException(msg: String)CannotCreateTransactionException(msg: String, cause: Throwable)
Constructor for CannotCreateTransactionException. |
open class NestedTransactionNotSupportedException : CannotCreateTransactionException
Exception thrown when attempting to work with a nested transaction but nested transactions are not supported by the underlying backend. |
|
open class TransactionSuspensionNotSupportedException : CannotCreateTransactionException
Exception thrown when attempting to suspend an existing transaction but transaction suspension is not supported by the underlying backend. |