| java.lang.Object | ||||||
| ↳ | java.lang.Throwable | |||||
| ↳ | java.lang.Exception | |||||
| ↳ | java.lang.RuntimeException | |||||
| ↳ | org.springframework.core.NestedRuntimeException | |||||
| ↳ | org.springframework.jms.JmsException | |||||
| ↳ | org.springframework.jms.support.destination.DestinationResolutionException | |||||
Thrown by a DestinationResolver when it cannot resolve a destination name.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a new DestinationResolutionException.
| |||||||||||
Create a new DestinationResolutionException.
| |||||||||||
|
[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 DestinationResolutionException.
| msg | the detail message |
|---|
Create a new DestinationResolutionException.
| msg | the detail message |
|---|---|
| cause | the root cause (if any) |