public class DestinationResolutionException extends JmsException
DestinationResolver
,
Serialized FormConstructor 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, getMessage
contains, getMostSpecificCause, getRootCause
public 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)