Uses of Class
nan.exception.nntp.NNTPException

Packages that use NNTPException
nan.exception.nntp   
 

Uses of NNTPException in nan.exception.nntp
 

Subclasses of NNTPException in nan.exception.nntp
 class InvalidArticleException
          Thrown when an invalid article is requested.
 class NNTPConnectException
          Thrown to indicate a problem with an NNTP connection.
 class NNTPResetException
          Thrown when the NNTP connection is reset.
 class UnconnectedException
          Thrown when an NNTP command is attemped on an unconnected client.