org.springframework.amqp.rabbit.listener
Class AbstractRabbitListeningContainer.SharedConnectionNotInitializedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.amqp.rabbit.listener.AbstractRabbitListeningContainer.SharedConnectionNotInitializedException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- AbstractRabbitListeningContainer
public static class AbstractRabbitListeningContainer.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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AbstractRabbitListeningContainer.SharedConnectionNotInitializedException
protected AbstractRabbitListeningContainer.SharedConnectionNotInitializedException(String msg)
- Create a new SharedConnectionNotInitializedException.
- Parameters:
msg
- the detail message
Copyright © 2010. All Rights Reserved.