Class TransactionSuspensionNotSupportedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class TransactionSuspensionNotSupportedException
    extends CannotCreateTransactionException
    Exception thrown when attempting to suspend an existing transaction but transaction suspension is not supported by the underlying backend.
    Since:
    1.1
    Author:
    Juergen Hoeller
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TransactionSuspensionNotSupportedException

        public TransactionSuspensionNotSupportedException​(java.lang.String msg)
        Constructor for TransactionSuspensionNotSupportedException.
        Parameters:
        msg - the detail message
      • TransactionSuspensionNotSupportedException

        public TransactionSuspensionNotSupportedException​(java.lang.String msg,
                                                          java.lang.Throwable cause)
        Constructor for TransactionSuspensionNotSupportedException.
        Parameters:
        msg - the detail message
        cause - the root cause from the transaction API in use