Class com.tdac.mail.ExceptionMailConnection
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.tdac.mail.ExceptionMailConnection

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----com.tdac.mail.InternalException
                           |
                           +----com.tdac.mail.ExceptionMailConnection

public class ExceptionMailConnection
extends InternalException
This class is used when throwing connection related exceptions.
Version:
1.0, 11/11/96
Author:
Timothy D. A. Cox
See Also:
MailConnection, Response

Constructor Index

 o ExceptionMailConnection(String)
Construct an exception with a single message
 o ExceptionMailConnection(String, Response)
Construct an exception with a message and a server response

Constructors

 o ExceptionMailConnection
  public ExceptionMailConnection(String s)
Construct an exception with a single message
Parameters:
s - the message text
 o ExceptionMailConnection
  public ExceptionMailConnection(String s,
                                 Response r)
Construct an exception with a message and a server response
Parameters:
s - the message text
rsp - the server response

All Packages  Class Hierarchy  This Package  Previous  Next  Index