gnu.inet.imap

Class IMAPException


public class IMAPException
extends IOException

Exception corresponding to an IMAP4 BAD or NO server response.

Author:
Chris Burdess

Field Summary

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

Constructor Summary

IMAPException(String id, String message)

Method Summary

String
getId()

Field Details

id

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

Constructor Details

IMAPException

public IMAPException(String id,
                     String message)

Method Details

getId

public String getId()


© Copyright 2003 The Free Software Foundation, all rights reserved