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

Class com.tdac.mail.InternalException

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

public class InternalException
extends Exception
This is the base class for exceptions. The class can hold a message string along with a server response. When an exception is thrown, it is logged to the DevTools window.
Version:
1.0, 11/11/96
Author:
Timothy D. A. Cox
See Also:
DevTools, Response

Constructor Index

 o InternalException(String)
Construct an exception with a message and dump it
 o InternalException(String, Response)
Construct an exception with a message and a server response and dump it

Method Index

 o dump()
Perform a dump of the exception to the DevTools window

Constructors

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

Methods

 o dump
  public void dump()
Perform a dump of the exception to the DevTools window
See Also:
DevTools

All Packages  Class Hierarchy  This Package  Previous  Next  Index