Package ch.astorm.smtp4j.protocol
Class SmtpProtocolException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ch.astorm.smtp4j.protocol.SmtpProtocolException
- All Implemented Interfaces:
Serializable
Exception thrown when there is an error during the protocol exchange.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSmtpProtocolException(String message) SmtpProtocolException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SmtpProtocolException
-
SmtpProtocolException
-