public final class NNTPConnectionClosedException
extends java.io.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.NNTP
,
NNTPClient
,
Serialized FormModifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
NNTPConnectionClosedException()
Constructs a NNTPConnectionClosedException with no message
|
NNTPConnectionClosedException(java.lang.String message)
Constructs a NNTPConnectionClosedException with a specified message.
|
private static final long serialVersionUID
public NNTPConnectionClosedException()
public NNTPConnectionClosedException(java.lang.String message)
message
- The message explaining the reason for the exception.