| java.lang.Object | ||||||
| ↳ | java.lang.Throwable | |||||
| ↳ | java.lang.Exception | |||||
| ↳ | java.lang.RuntimeException | |||||
| ↳ | org.springframework.core.NestedRuntimeException | |||||
| ↳ | org.springframework.jms.JmsException | |||||
| ↳ | org.springframework.jms.UncategorizedJmsException | |||||
JmsException to be thrown when no other matching subclass found.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructor that takes a message.
| |||||||||||
Constructor that takes a message and a root cause.
| |||||||||||
Constructor that takes a root cause only.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.jms.JmsException
| |||||||||||
From class
org.springframework.core.NestedRuntimeException
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
Constructor that takes a message.
| msg | the detail message |
|---|
Constructor that takes a message and a root cause.
| msg | the detail message |
|---|---|
| cause | the cause of the exception. This argument is generally expected to be a proper subclass of javax.jms.JMSException, but can also be a JNDI NamingException or the like. |
Constructor that takes a root cause only.
| cause | the cause of the exception. This argument is generally expected to be a proper subclass of javax.jms.JMSException, but can also be a JNDI NamingException or the like. |
|---|