Class MailReaderException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.muehlencord.shared.network.mail.MailReaderException
All Implemented Interfaces:
Serializable

public class MailReaderException extends Exception
Author:
Joern Muehlencord (joern@muehlencord.de)
See Also:
  • Constructor Details

    • MailReaderException

      public MailReaderException(String msg)
      Constructs an instance of MailReaderException with the specified detail message.
      Parameters:
      msg - the detail message.
    • MailReaderException

      public MailReaderException(String msg, Throwable th)
      Constructs an instance of MailReaderException with the specified detail message.
      Parameters:
      msg - the detail message.
      th - the causing exception