/[classpath]/inetlib/source/gnu/inet/imap/IMAPException.java
ViewVC logotype

Diff of /inetlib/source/gnu/inet/imap/IMAPException.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 IMAPException  public class IMAPException extends IOException
   extends IOException  
39  {  {
40    
41    /**    /**
42     * ID of the exception (BAD or NO).     * ID of the exception (BAD or NO).
43     */     */
44    protected String id;    protected String id;
45      
46    public IMAPException(String id, String message)    public IMAPException(String id, String message)
47    {    {
48      super(message);      super(message);
# Line 54  public class IMAPException Line 53  public class IMAPException
53    {    {
54      return id;      return id;
55    }    }
56      
57  }  }

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