Package ch.astorm.smtp4j.protocol
Class SmtpProtocolException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ch.astorm.smtp4j.protocol.SmtpProtocolException
-
- All Implemented Interfaces:
java.io.Serializable
public class SmtpProtocolException extends java.lang.ExceptionException thrown when there is an error during the protocol exchange.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SmtpProtocolException(java.lang.String message)SmtpProtocolException(java.lang.String message, java.lang.Throwable cause)
-