Class AbstractMessageListenerContainer.SharedConnectionNotInitializedException

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    AbstractMessageListenerContainer

    public static class AbstractMessageListenerContainer.SharedConnectionNotInitializedException
    extends RuntimeException
    Exception that indicates that the initial setup of this container's shared Rabbit Connection failed. This is indicating to invokers that they need to establish the shared Connection themselves on first access.
    See Also:
    Serialized Form
    • Constructor Detail

      • SharedConnectionNotInitializedException

        protected SharedConnectionNotInitializedException​(String msg)
        Create a new SharedConnectionNotInitializedException.
        Parameters:
        msg - the detail message