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