Class TransactionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.micronaut.transaction.exceptions.TransactionException
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 CannotCreateTransactionException,HeuristicCompletionException,NoTransactionException,TransactionSystemException,TransactionTimedOutException,TransactionUsageException,UnexpectedRollbackException
Generic transaction exception super class.
- Since:
 - 1.0.0
 - Author:
 - graemerocher
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionTransactionException(String message) TransactionException(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
- 
TransactionException
- Parameters:
 message- The message
 - 
TransactionException
- Parameters:
 message- The messagecause- The cause
 
 -