org.apache.commons.net.nntp
public final class NNTPConnectionClosedException extends IOException
NNTPReply.SERVICE_DISCONTINUED
response (NNTP reply code 400) to a
failed NNTP command. This exception is derived from IOException and
therefore may be caught either as an IOException or specifically as an
NNTPConnectionClosedException.
See Also: NNTP
Constructor Summary | |
---|---|
NNTPConnectionClosedException() Constructs a NNTPConnectionClosedException with no message ** | |
NNTPConnectionClosedException(String message)
Constructs a NNTPConnectionClosedException with a specified message.
|
Parameters: message The message explaining the reason for the exception.