Class com.tdac.mail.ExceptionMailHeader
All Packages Class Hierarchy This Package Previous Next Index
Class com.tdac.mail.ExceptionMailHeader
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----com.tdac.mail.InternalException
|
+----com.tdac.mail.ExceptionMailHeader
- public class ExceptionMailHeader
- extends InternalException
This class is used when throwing mail header parsing exceptions.
- Version:
- 1.0, 11/11/96
- Author:
- Timothy D. A. Cox
- See Also:
- MailConnection, Response
-
ExceptionMailHeader(String)
- Construct an exception with a message
-
ExceptionMailHeader(String, Response)
- Construct an exception with a message and a server response
ExceptionMailHeader
public ExceptionMailHeader(String s)
- Construct an exception with a message
- Parameters:
- s - the message text
ExceptionMailHeader
public ExceptionMailHeader(String s,
Response rsp)
- 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