Class MessageConversionException

  • All Implemented Interfaces:
    java.io.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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MessageConversionException

        public MessageConversionException​(java.lang.String message,
                                          java.lang.Throwable cause)
      • MessageConversionException

        public MessageConversionException​(java.lang.String message)