Class CannotCreateTransactionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.micronaut.transaction.exceptions.TransactionException
io.micronaut.transaction.exceptions.CannotCreateTransactionException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- NestedTransactionNotSupportedException,- TransactionSuspensionNotSupportedException
Exception thrown when a transaction can't be created using an
 underlying transaction API such as JTA.
- Since:
- 17.03.2003
- Author:
- Rod Johnson
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionConstructor for CannotCreateTransactionException.CannotCreateTransactionException(String msg, Throwable cause) Constructor for CannotCreateTransactionException.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
CannotCreateTransactionExceptionConstructor for CannotCreateTransactionException.- Parameters:
- msg- the detail message
 
- 
CannotCreateTransactionExceptionConstructor for CannotCreateTransactionException.- Parameters:
- msg- the detail message
- cause- the root cause from the transaction API in use
 
 
-