DestinationResolutionException

Thrown by a {@link DestinationResolver} when it cannot resolve a destination.

@author Mark Fisher @author Rossen Stoyanchev @since 4.0

class DestinationResolutionException : MessagingException!T(
T
) {}

Constructors

this
this(string description)
Undocumented in source.
this
this(string description, Throwable cause)
Undocumented in source.

Meta