All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.network.mail.base.MessageNotReadyException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----com.ibm.network.mail.base.MessageNotReadyException

public class MessageNotReadyException
extends Exception
The exception is thrown when a SummaryHeader does not have reference to its message.

Author:
Mohit M Sant
See Also:
MimeMessage, SummaryHeader

Constructor Index

 o MessageNotReadyException()
Constructor for MessageNotReadyException.
 o MessageNotReadyException(String)
Constructor for MessageNotReadyException.

Constructors

 o MessageNotReadyException
 public MessageNotReadyException()
Constructor for MessageNotReadyException.

 o MessageNotReadyException
 public MessageNotReadyException(String s)
Constructor for MessageNotReadyException.

Parameters:
s - exception information string.

All Packages  Class Hierarchy  This Package  Previous  Next  Index