All Packages Class Hierarchy This Package Previous Next Index
Class netscape.messaging.smtp.SMTPException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.io.IOException
|
+----netscape.messaging.smtp.SMTPException
- public class SMTPException
- extends IOException
The SMTPException class represents an internal error in the SMTP
implementation of the Messaging Access SDK.
-
SMTPException()
- Creates an SMTPException object.
-
SMTPException(String)
- Creates an SMTPException object that includes a descriptive string.
SMTPException
public SMTPException()
- Creates an SMTPException object.
Default constructor for the SMTPException class.
SMTPException
public SMTPException(String msg)
- Creates an SMTPException object that includes a descriptive string.
- Parameters:
- msg - String that describes the exception.
All Packages Class Hierarchy This Package Previous Next Index