/[classpath]/inetlib/source/gnu/inet/nntp/NNTPException.java
ViewVC logotype

Diff of /inetlib/source/gnu/inet/nntp/NNTPException.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by dog, Sun Oct 19 08:51:37 2003 UTC revision 1.2 by dog, Sun Oct 19 16:16:50 2003 UTC
# Line 35  import java.io.IOException; Line 35  import java.io.IOException;
35   * @author <a href='mailto:dog@gnu.org'>Chris Burdess</a>   * @author <a href='mailto:dog@gnu.org'>Chris Burdess</a>
36   * @version $Revision$ $Date$   * @version $Revision$ $Date$
37   */   */
38  public class NNTPException  public class NNTPException extends IOException
 extends IOException  
39  {  {
40    
41    /*    /*
# Line 49  extends IOException Line 48  extends IOException
48     */     */
49    protected NNTPException(StatusResponse response)    protected NNTPException(StatusResponse response)
50    {    {
51                  super(response.getMessage());      super(response.getMessage());
52      this.response = response;      this.response = response;
53    }    }
54    
# Line 60  extends IOException Line 59  extends IOException
59    {    {
60      return response;      return response;
61    }    }
62      
63  }  }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26