Class MailReaderConnectionException

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

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

    • MailReaderConnectionException

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

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