Uses of Class
nan.exception.nntp.InvalidArticleException

Packages that use InvalidArticleException
nan.nntp   
 

Uses of InvalidArticleException in nan.nntp
 

Methods in nan.nntp that throw InvalidArticleException
 MessageHeader NNTPClientImpl.getHeader(int article)
          Gets the MessageHeader of a newsgroup article.
 MessageHeader NNTPClientImpl.getHeader(java.lang.String messageId)
          Gets the MessageHeader of a newsgroup article.
 Message NNTPClientImpl.getMessage(int article, MessageHeader header)
          Gets a message from the news server.
 Message NNTPClientImpl.getMessage(int article)
          Gets a message from the news server.
 Message NNTPClientImpl.getMessage(java.lang.String messageId, MessageHeader header)
          Gets a message from the news server.
 Message NNTPClientImpl.getMessage(java.lang.String messageId)
          Gets a message from the news server.
 MessageHeader NNTPClient.getHeader(int article)
          Gets the MessageHeader of a newsgroup article.
 MessageHeader NNTPClient.getHeader(java.lang.String messageId)
          Gets the MessageHeader of a newsgroup article.
 Message NNTPClient.getMessage(int article)
          Gets a message from the news server.
 Message NNTPClient.getMessage(int article, MessageHeader header)
          Gets a message from the news server.
 Message NNTPClient.getMessage(java.lang.String messageId)
          Gets a message from the news server.
 Message NNTPClient.getMessage(java.lang.String messageId, MessageHeader header)
          Gets a message from the news server.