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 Summary
ConstructorsConstructorDescriptionNoTransactionException(String message) NoTransactionException(String message, Throwable cause)  - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
NoTransactionException
- Parameters:
 message- The message
 - 
NoTransactionException
- Parameters:
 message- The messagecause- The cause
 
 -