The Spring Framework

org.springframework.jms.listener
Class AbstractMessageListenerContainer.SharedConnectionNotInitializedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.jms.listener.AbstractMessageListenerContainer.SharedConnectionNotInitializedException
All Implemented Interfaces:
Serializable
Enclosing class:
AbstractMessageListenerContainer

protected static class AbstractMessageListenerContainer.SharedConnectionNotInitializedException
extends RuntimeException

Exception that indicates that the initial setup of this listener container's shared JMS 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
AbstractMessageListenerContainer.SharedConnectionNotInitializedException(String msg)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

AbstractMessageListenerContainer.SharedConnectionNotInitializedException

public AbstractMessageListenerContainer.SharedConnectionNotInitializedException(String msg)

The Spring Framework

Copyright © 2002-2006 The Spring Framework.