public class MessageConversionException extends AmqpException
Exception to be thrown by message converters if they encounter a problem with converting a message or object.
N.B. this is not an AmqpException
because it is a a client exception, not a protocol or broker
problem.
Constructor and Description |
---|
MessageConversionException(java.lang.String message) |
MessageConversionException(java.lang.String message,
java.lang.Throwable cause) |