spring-framework / org.springframework.jms.support.destination / DestinationResolutionException / <init>
<init>
DestinationResolutionException(msg: String)
Create a new DestinationResolutionException.
Parameters
msg - the detail message
DestinationResolutionException(msg: String, @Nullable cause: Throwable)
Create a new DestinationResolutionException.
Parameters
msg - the detail message
cause - the root cause (if any)