Class ReactionException

    • Constructor Detail

      • ReactionException

        public ReactionException()
      • ReactionException

        public ReactionException​(String msg)
      • ReactionException

        public ReactionException​(Throwable e)
      • ReactionException

        public ReactionException​(String msg,
                                 Throwable e)
    • Method Detail

      • getMessage

        public String getMessage()
        Returns the detailed message string of this exception, plus all the causes concatenated.
        Overrides:
        getMessage in class Throwable
        Returns:
        the concatenated message string (which may be null).