nan.exception.nntp
Class NNTPResetException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bynan.exception.nntp.NNTPException
                  extended bynan.exception.nntp.NNTPResetException
All Implemented Interfaces:
java.io.Serializable

public class NNTPResetException
extends NNTPException

Thrown when the NNTP connection is reset.

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

Constructor Summary
NNTPResetException()
           
 
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

NNTPResetException

public NNTPResetException()
Method Detail

toString

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

Overrides:
toString in class NNTPException
Returns:
A String representation.