Class AbstractMessageListenerContainer.WrappedTransactionException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    AbstractMessageListenerContainer

    protected static final class AbstractMessageListenerContainer.WrappedTransactionException
    extends java.lang.RuntimeException
    A runtime exception to wrap a Throwable.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected WrappedTransactionException​(java.lang.Throwable cause)  
    • 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

      • WrappedTransactionException

        protected WrappedTransactionException​(java.lang.Throwable cause)