open class DestinationResolutionException : JmsException
Thrown by a DestinationResolver when it cannot resolve a destination name.
Author
Juergen Hoeller
Since
1.1
See Also
DestinationResolver
DestinationResolutionException(msg: String)DestinationResolutionException(msg: String, cause: Throwable)
Create a new DestinationResolutionException. |