Class ExceptionMessage


  • public class ExceptionMessage
    extends Message
    A Message which is used when stacktrace information ought to be preserved to be used in MessageHandler.
    Author:
    richter
    • Constructor Detail

      • ExceptionMessage

        public ExceptionMessage​(Throwable throwable,
                                int type)
      • ExceptionMessage

        public ExceptionMessage​(Throwable throwable)
    • Method Detail

      • getThrowable

        public Throwable getThrowable()