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.
-
MIMEException()
- Creates a MIMEException object.
-
MIMEException(String)
- Creates a MIMEException object given a descriptive string.
MIMEException
public MIMEException()
- Creates a MIMEException object.
Default constructor for the MIMEException class.
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