public class

TransactionSuspensionNotSupportedException

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

Class Overview

Exception thrown when attempting to suspend an existing transaction but transaction suspension is not supported by the underlying backend.

Summary

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

Public Constructors

public TransactionSuspensionNotSupportedException (String msg)

Constructor for TransactionSuspensionNotSupportedException.

Parameters
msg the detail message

public TransactionSuspensionNotSupportedException (String msg, Throwable cause)

Constructor for TransactionSuspensionNotSupportedException.

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