Package io.micronaut.transaction.exceptions
package io.micronaut.transaction.exceptions
-
ClassDescriptionException thrown when a transaction can't be created using an underlying transaction API such as JTA.Exception that represents a transaction failure caused by a heuristic decision on the side of the transaction coordinator.Possible state outcomes.Exception thrown when the existence or non-existence of a transaction amounts to an illegal state according to the transaction propagation behavior that applies.Exception that gets thrown when an invalid isolation level is specified, i.e.Exception that gets thrown when an invalid timeout is specified, that is, the specified timeout valid is out of range or the transaction manager implementation doesn't support timeouts.Exception thrown when attempting to work with a nested transaction but nested transactions are not supported by the underlying backend.Exception that occurs if no transaction is present.Generic transaction exception super class.Exception thrown when attempting to suspend an existing transaction but transaction suspension is not supported by the underlying backend.Exception thrown when a general transaction system error is encountered, like on commit or rollback.Exception to be thrown when a transaction has timed out.Superclass for exceptions caused by inappropriate usage of a Micronaut transaction API.Thrown when an attempt to commit a transaction resulted in an unexpected rollback.