public static class

AbstractJmsListeningContainer.SharedConnectionNotInitializedException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.springframework.jms.listener.AbstractJmsListeningContainer.SharedConnectionNotInitializedException

Class Overview

Exception that indicates that the initial setup of this container's shared JMS Connection failed. This is indicating to invokers that they need to establish the shared Connection themselves on first access.

Summary

Protected Constructors
AbstractJmsListeningContainer.SharedConnectionNotInitializedException(String msg)
Create a new SharedConnectionNotInitializedException.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Protected Constructors

protected AbstractJmsListeningContainer.SharedConnectionNotInitializedException (String msg)

Create a new SharedConnectionNotInitializedException.

Parameters
msg the detail message