Class NestedTransactionNotSupportedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NestedTransactionNotSupportedException
    extends CannotCreateTransactionException
    Exception thrown when attempting to work with a nested transaction but nested transactions are 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

      • NestedTransactionNotSupportedException

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

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