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.


Constructor Index

 o SMTPException()
Creates an SMTPException object.
 o SMTPException(String)
Creates an SMTPException object that includes a descriptive string.

Constructors

 o SMTPException
 public SMTPException()
Creates an SMTPException object. Default constructor for the SMTPException class.

 o 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