Class MessagingException

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    AssertionException, RecursionException

    public abstract class MessagingException
    extends RuntimeException
    Superclass for exceptions that exist only to send a message to the user when something goes wrong. These exceptions do not need to be included as a cause in the final stack trace. If they have a cause, this cause will serve directly as the cause for the final stack trace, instead of the exception itself.
    See Also:
    Serialized Form
    • Constructor Detail

      • MessagingException

        public MessagingException()
      • MessagingException

        public MessagingException​(String description)
      • MessagingException

        public MessagingException​(String description,
                                  Throwable cause)
    • Method Detail

      • getDescription

        public String getDescription()