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

Class GIT.GVU.IMAP.InternalErr

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

public class InternalErr
extends Exception
Signals that the java IMAP system has failed an internal consistency check

Constructor Index

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

Constructors

 o InternalErr
  public InternalErr(String s)
Constructs a InternalErr with the specified detail message. A detail message is a String that describes this particular error. Any use of the system which results in an InternalErr being thrown should be reported in a detailed email message to iansmith@cc.gatech.edu.
Parameters:
s - the detail message

All Packages  Class Hierarchy  This Package  Previous  Next  Index