Class MessageConversionException

  • All Implemented Interfaces:
    Serializable

    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.

    Author:
    Mark Fisher, Dave Syer, Gary Russell
    See Also:
    Serialized Form
    • Constructor Detail

      • MessageConversionException

        public MessageConversionException​(String message,
                                          Throwable cause)
      • MessageConversionException

        public MessageConversionException​(String message)