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.NNTP
,
NNTPClient
,
Serialized FormConstructor and Description |
---|
NNTPConnectionClosedException()
Constructs a NNTPConnectionClosedException with no message
|
NNTPConnectionClosedException(String message)
Constructs a NNTPConnectionClosedException with a specified message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NNTPConnectionClosedException()
public NNTPConnectionClosedException(String message)
message
- The message explaining the reason for the exception.Copyright © 2001–2017 The Apache Software Foundation. All rights reserved.