Class UnexpectedRollbackException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- io.micronaut.transaction.exceptions.TransactionException
- 
- io.micronaut.transaction.exceptions.UnexpectedRollbackException
 
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class UnexpectedRollbackException extends TransactionException Thrown when an attempt to commit a transaction resulted in an unexpected rollback.- Since:
- 17.03.2003
- Author:
- Rod Johnson
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description UnexpectedRollbackException(java.lang.String msg)Constructor for UnexpectedRollbackException.UnexpectedRollbackException(java.lang.String msg, java.lang.Throwable cause)Constructor for UnexpectedRollbackException.
 
- 
- 
- 
Constructor Detail- 
UnexpectedRollbackExceptionpublic UnexpectedRollbackException(java.lang.String msg) Constructor for UnexpectedRollbackException.- Parameters:
- msg- the detail message
 
 - 
UnexpectedRollbackExceptionpublic UnexpectedRollbackException(java.lang.String msg, java.lang.Throwable cause)Constructor for UnexpectedRollbackException.- Parameters:
- msg- the detail message
- cause- the root cause from the transaction API in use
 
 
- 
 
-