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
-
InternalException(String)
- Construct an exception with a message and dump it
-
InternalException(String, Response)
- Construct an exception with a message and a server response and dump it
-
dump()
- Perform a dump of the exception to the DevTools window
InternalException
public InternalException(String s)
- Construct an exception with a message and dump it
- Parameters:
- s - the message text
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
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