Class MailReaderConfigurationException

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

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

    • MailReaderConfigurationException

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

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