Class GIT.GVU.IMAP.IMAPException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class GIT.GVU.IMAP.IMAPException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----GIT.GVU.IMAP.IMAPException

public class IMAPException
extends Exception
Signals that a serious but not unexpected error has occurred

Constructor Index

 o IMAPException(String)
Constructs a IMAPException with the specified detail message.

Constructors

 o IMAPException
  public IMAPException(String s)
Constructs a IMAPException with the specified detail message. A detail message is a String that describes this particular exception.
Parameters:
s - the detail message

All Packages  Class Hierarchy  This Package  Previous  Next  Index