Class NoTransactionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.micronaut.transaction.exceptions.TransactionException
io.micronaut.transaction.exceptions.NoTransactionException
- All Implemented Interfaces:
- Serializable
Exception that occurs if no transaction is present.
- Since:
- 1.0.0
- Author:
- graemerocher
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionNoTransactionException(String message) NoTransactionException(String message, Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
NoTransactionException- Parameters:
- message- The message
 
- 
NoTransactionException- Parameters:
- message- The message
- cause- The cause
 
 
-