Class SmtpProtocolException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ch.astorm.smtp4j.protocol.SmtpProtocolException
All Implemented Interfaces:
Serializable

public class SmtpProtocolException extends Exception
Exception thrown when there is an error during the protocol exchange.
See Also:
  • Constructor Details

    • SmtpProtocolException

      public SmtpProtocolException(String message)
    • SmtpProtocolException

      public SmtpProtocolException(String message, Throwable cause)