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 SummaryConstructorsConstructorDescriptionTransactionException(String message) TransactionException(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- 
TransactionException- Parameters:
- message- The message
 
- 
TransactionException- Parameters:
- message- The message
- cause- The cause
 
 
-