All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class netscape.messaging.mime.MIMEException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----netscape.messaging.mime.MIMEException

public class MIMEException
extends Exception
The MIMEException class represents an internal error in the MIME API implementation of the Messaging Access SDK. A MIMEException is thrown when the Messaging Access SDK detects a MIME API error condition.


Constructor Index

 o MIMEException()
Creates a MIMEException object.
 o MIMEException(String)
Creates a MIMEException object given a descriptive string.

Constructors

 o MIMEException
 public MIMEException()
Creates a MIMEException object. Default constructor for the MIMEException class.

 o MIMEException
 public MIMEException(String s)
Creates a MIMEException object given a descriptive string.

Parameters:
s - String that describes the exception.

All Packages  Class Hierarchy  This Package  Previous  Next  Index