Class DeadLetterPublishingRecoverer.HeaderNames.ExceptionInfo

  • Enclosing class:
    DeadLetterPublishingRecoverer.HeaderNames

    public static class DeadLetterPublishingRecoverer.HeaderNames.ExceptionInfo
    extends java.lang.Object
    Header names for exception headers.
    Since:
    2.8.4
    • Method Detail

      • getKeyExceptionFqcn

        public java.lang.String getKeyExceptionFqcn()
        The header name for the key exception class.
        Returns:
        the keyExceptionFqcn.
      • getExceptionFqcn

        public java.lang.String getExceptionFqcn()
        The header name for the value exception class.
        Returns:
        the exceptionFqcn.
      • getExceptionCauseFqcn

        public java.lang.String getExceptionCauseFqcn()
        The header name for the exception cause.
        Returns:
        the exceptionCauseFqcn.
      • getKeyExceptionMessage

        public java.lang.String getKeyExceptionMessage()
        The header name for the key exception message.
        Returns:
        the keyExceptionMessage.
      • getExceptionMessage

        public java.lang.String getExceptionMessage()
        The header name for the exception message.
        Returns:
        the exceptionMessage.
      • getKeyExceptionStacktrace

        public java.lang.String getKeyExceptionStacktrace()
        The header name for the key exception stack trace.
        Returns:
        the keyExceptionStacktrace
      • getExceptionStacktrace

        public java.lang.String getExceptionStacktrace()
        The header name for the exception stack trace.
        Returns:
        the exceptionStacktrace