com.jmail.core.exception
Class JMailSendException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.mail.MessagingException
                    |
                    +--com.jmail.core.exception.JMailMessageException
                          |
                          +--com.jmail.core.exception.JMailSendException
All Implemented Interfaces:
java.io.Serializable

public class JMailSendException
extends JMailMessageException

Title: JMail

Description: Java Based Mail Client/Application

Copyright: Copyright (c) 2002

Company: GeraSunil.com

Version:
1.0
Author:
Sunil K. Gera
See Also:
Serialized Form

Constructor Summary
JMailSendException(javax.mail.MessagingException mex)
          con with javax.mail.MessagingException param
 
Method Summary
static java.lang.String[] invalidAddresses()
          invalidAddresses failed from message obj
static java.lang.String message()
          returns the String message
static java.lang.String[] validSentAddresses()
          validSentAddresses from the message obj
static java.lang.String[] validUnsentAddresses()
          validUnsentAddresses from the message obj
 
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
 

Constructor Detail

JMailSendException

public JMailSendException(javax.mail.MessagingException mex)
con with javax.mail.MessagingException param
Parameters:
mex - MessagingException
Method Detail

validSentAddresses

public static java.lang.String[] validSentAddresses()
validSentAddresses from the message obj
Returns:
String[] String Array of valid addresses

validUnsentAddresses

public static java.lang.String[] validUnsentAddresses()
validUnsentAddresses from the message obj
Returns:
String[] String Array of validUnsentAddresses

invalidAddresses

public static java.lang.String[] invalidAddresses()
invalidAddresses failed from message obj
Returns:
String[] String Array of invalidAddresses

message

public static java.lang.String message()
returns the String message
Returns:
String error message