|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.commons.net.smtp.SMTPConnectionClosedException
SMTPConnectionClosedException is used to indicate the premature or
unexpected closing of an SMTP connection resulting from a
SMTPReply.SERVICE_NOT_AVAILABLE
response (SMTP reply code 421) to a
failed SMTP command. This exception is derived from IOException and
therefore may be caught either as an IOException or specifically as an
SMTPConnectionClosedException.
SMTP
,
SMTPClient
,
Serialized FormConstructor Summary | |
SMTPConnectionClosedException()
Constructs a SMTPConnectionClosedException with no message |
|
SMTPConnectionClosedException(String message)
Constructs a SMTPConnectionClosedException with a specified message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SMTPConnectionClosedException()
public SMTPConnectionClosedException(String message)
message
- The message explaining the reason for the exception.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |