| java.lang.Object | ||||||
| ↳ | java.lang.Throwable | |||||
| ↳ | java.lang.Exception | |||||
| ↳ | java.lang.RuntimeException | |||||
| ↳ | org.springframework.core.NestedRuntimeException | |||||
| ↳ | org.springframework.jms.JmsException | |||||
| ↳ | org.springframework.jms.support.converter.MessageConversionException | |||||
Thrown by MessageConverter implementations when the conversion
of an object to/from a javax.jms.Message fails.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a new MessageConversionException.
| |||||||||||
Create a new MessageConversionException.
| |||||||||||
|
[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
| |||||||||||
Create a new MessageConversionException.
| msg | the detail message |
|---|
Create a new MessageConversionException.
| msg | the detail message |
|---|---|
| cause | the root cause (if any) |