nan.exception.nntp
Class NNTPException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bynan.exception.nntp.NNTPException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidArticleException, NNTPConnectException, NNTPResetException, UnconnectedException

public class NNTPException
extends java.lang.RuntimeException

The base class exception for all NNTP-type exceptions.

Version:
1.1, 12/24/03
Author:
John David Ratliff
See Also:
Serialized Form

Constructor Summary
NNTPException()
           
 
Method Summary
 java.lang.String toString()
          Returns a String representation of this exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NNTPException

public NNTPException()
Method Detail

toString

public java.lang.String toString()
Returns a String representation of this exception.

Returns:
A String representation.