com.jmail.core.exception
Class JMailMessageException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--javax.mail.MessagingException
|
+--com.jmail.core.exception.JMailMessageException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- JMailSendException
- public class JMailMessageException
- extends javax.mail.MessagingException
Title: JMail
Description: Java Based Mail Client/Application
Copyright: Copyright (c) 2002
Company: GeraSunil.com
Wraps the javax.mail.MessagingException
- Version:
- 1.0
- Author:
- Sunil K. Gera
- See Also:
- Serialized Form
Method Summary |
static java.lang.String |
message()
message for this exception |
Methods inherited from class javax.mail.MessagingException |
getMessage, getNextException, setNextException |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
JMailMessageException
public JMailMessageException(javax.mail.MessagingException mex)
- con with javax.mail.MessagingException as param
- Parameters:
mex
- javax.mail.MessagingException
JMailMessageException
public JMailMessageException(java.lang.Exception ex)
- con with Exception as param
- Parameters:
ex
-
message
public static java.lang.String message()
- message for this exception
- Returns:
- String message