All Packages Class Hierarchy This Package Previous Next Index
Class com.oroinc.net.nntp.NNTPConnectionClosedException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.io.IOException
|
+----com.oroinc.net.nntp.NNTPConnectionClosedException
- public final class NNTPConnectionClosedException
- extends IOException
NNTPConnectionClosedException is used to indicate the premature or
unexpected closing of an NNTP connection resulting from a
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.
Copyright © 1997 Original Reusable Objects, Inc.
All rights reserved.
- See Also:
- NNTP, NNTPClient
-
NNTPConnectionClosedException()
- Constructs a NNTPConnectionClosedException with no message
-
NNTPConnectionClosedException(String)
-
Constructs a NNTPConnectionClosedException with a specified message.
NNTPConnectionClosedException
public NNTPConnectionClosedException()
- Constructs a NNTPConnectionClosedException with no message
NNTPConnectionClosedException
public NNTPConnectionClosedException(String message)
- Constructs a NNTPConnectionClosedException with a specified message.
- Parameters:
- message - The message explaining the reason for the exception.
All Packages Class Hierarchy This Package Previous Next Index