Class PayloadParsingException

  • All Implemented Interfaces:
    java.io.Serializable

    public class PayloadParsingException
    extends java.lang.Exception
    Exception that represents a messaging payload parsing error
    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

      • PayloadParsingException

        public PayloadParsingException()
      • PayloadParsingException

        public PayloadParsingException​(java.lang.String detailMessage)
      • PayloadParsingException

        public PayloadParsingException​(java.lang.String detailMessage,
                                       java.lang.Throwable throwable)
      • PayloadParsingException

        public PayloadParsingException​(java.lang.Throwable throwable)