⇒ Index (Frames) |  ⇒ Index (No Frames) |  ⇒ Package |  ⇒ Package Tree |  ⇒ Full Tree 
org.apache.commons.net.smtp

Class SMTPConnectionClosedException

IOException
|
+--org.apache.commons.net.smtp.SMTPConnectionClosedException


public final class SMTPConnectionClosedException
extends IOException

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.

Author:
Daniel F. Savarese
See Also:
SMTP
SMTPClient

Constructor Summary

SMTPConnectionClosedException()

Constructs a SMTPConnectionClosedException with no message **

SMTPConnectionClosedException(String message)

Constructs a SMTPConnectionClosedException with a specified message.

Constructor Details

SMTPConnectionClosedException

public SMTPConnectionClosedException()

Constructs a SMTPConnectionClosedException with no message **


SMTPConnectionClosedException

public SMTPConnectionClosedException(String message)

Constructs a SMTPConnectionClosedException with a specified message.

Parameters:
message - The message explaining the reason for the exception.