public class DestinationResolutionException extends JmsException
DestinationResolver,
Serialized Form| Constructor and Description |
|---|
DestinationResolutionException(java.lang.String msg)
Create a new DestinationResolutionException.
|
DestinationResolutionException(java.lang.String msg,
java.lang.Throwable cause)
Create a new DestinationResolutionException.
|
getErrorCode, getMessagecontains, getMostSpecificCause, getRootCausepublic DestinationResolutionException(java.lang.String msg)
msg - the detail messagepublic DestinationResolutionException(java.lang.String msg,
@Nullable
java.lang.Throwable cause)
msg - the detail messagecause - the root cause (if any)