gnu.inet.imap

Class IMAPException


public class IMAPException
extends java.io.IOException

Exception corresponding to an IMAP4 BAD or NO server response.

Version:
$Revision: 1.3 $ $Date: 2004/06/08 19:05:28 $

Author:
Chris Burdess

Field Summary

protected java.lang.String
id
ID of the exception (BAD or NO).

Constructor Summary

IMAPException(java.lang.String id, java.lang.String message)

Method Summary

java.lang.String
getId()

Field Details

id

protected java.lang.String id
ID of the exception (BAD or NO).

Constructor Details

IMAPException

public IMAPException(java.lang.String id,
                     java.lang.String message)

Method Details

getId

public java.lang.String getId()


© Copyright 2003 The Free Software Foundation, all rights reserved