public class

UnexpectedRollbackException

extends TransactionException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.springframework.core.NestedRuntimeException
           ↳ org.springframework.transaction.TransactionException
             ↳ org.springframework.transaction.UnexpectedRollbackException

Class Overview

Thrown when an attempt to commit a transaction resulted in an unexpected rollback.

Summary

Public Constructors
UnexpectedRollbackException(String msg)
Constructor for UnexpectedRollbackException.
UnexpectedRollbackException(String msg, Throwable cause)
Constructor for UnexpectedRollbackException.
[Expand]
Inherited Methods
From class org.springframework.core.NestedRuntimeException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public UnexpectedRollbackException (String msg)

Constructor for UnexpectedRollbackException.

Parameters
msg the detail message

public UnexpectedRollbackException (String msg, Throwable cause)

Constructor for UnexpectedRollbackException.

Parameters
msg the detail message
cause the root cause from the transaction API in use