javax.mail
Class SendFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.mail.MessagingException
              extended by javax.mail.SendFailedException
All Implemented Interfaces:
Serializable

public class SendFailedException
extends MessagingException

Version:
$Rev: 467553 $ $Date: 2006-10-25 00:01:51 -0400 (Wed, 25 Oct 2006) $
See Also:
Serialized Form

Field Summary
protected  Address[] invalid
           
protected  Address[] validSent
           
protected  Address[] validUnsent
           
 
Constructor Summary
SendFailedException()
           
SendFailedException(String message)
           
SendFailedException(String message, Exception cause)
           
SendFailedException(String message, Exception cause, Address[] validSent, Address[] validUnsent, Address[] invalid)
           
 
Method Summary
 Address[] getInvalidAddresses()
           
 Address[] getValidSentAddresses()
           
 Address[] getValidUnsentAddresses()
           
 
Methods inherited from class javax.mail.MessagingException
getMessage, getNextException, setNextException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

invalid

protected transient Address[] invalid

validSent

protected transient Address[] validSent

validUnsent

protected transient Address[] validUnsent
Constructor Detail

SendFailedException

public SendFailedException()

SendFailedException

public SendFailedException(String message)

SendFailedException

public SendFailedException(String message,
                           Exception cause)

SendFailedException

public SendFailedException(String message,
                           Exception cause,
                           Address[] validSent,
                           Address[] validUnsent,
                           Address[] invalid)
Method Detail

getValidSentAddresses

public Address[] getValidSentAddresses()

getValidUnsentAddresses

public Address[] getValidUnsentAddresses()

getInvalidAddresses

public Address[] getInvalidAddresses()


Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.