Class AbstractMessageListenerContainer.SharedConnectionNotInitializedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer.SharedConnectionNotInitializedException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- AbstractMessageListenerContainer
public static class AbstractMessageListenerContainer.SharedConnectionNotInitializedException extends java.lang.RuntimeExceptionException 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 Summary
Constructors Modifier Constructor Description protectedSharedConnectionNotInitializedException(java.lang.String msg)Create a new SharedConnectionNotInitializedException.
-