| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
atg.core.exception.ContainerException
atg.userprofiling.email.TemplateEmailException
atg.userprofiling.email.InvalidRecipientAddressException
public class InvalidRecipientAddressException
A subclass of TemplateEmailException that occurs when an email Message is being constructed for a particular recipient, and the recipient's email address turns out to be invalid.
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Constructor Summary | |
|---|---|
| InvalidRecipientAddressException(java.lang.String pString,
                                 javax.mail.Message pEmailMessage)Constructs a new InvalidRecipientAddressException with the given explanation and email Message object. | |
| InvalidRecipientAddressException(java.lang.String pString,
                                 java.lang.String pInvalidRecipientAddress,
                                 javax.mail.Message pEmailMessage)Constructs a new InvalidRecipientAddressException with the given explanation, invalid recipient address, and email Message object. | |
| InvalidRecipientAddressException(java.lang.String pString,
                                 java.lang.String pInvalidRecipientAddress,
                                 javax.mail.Message pEmailMessage,
                                 java.lang.Throwable pRootCause)Constructs a new InvalidRecipientAddressException with the given explanation, invalid recipient address, email Message object, and root exception. | |
| Method Summary | |
|---|---|
|  javax.mail.Message | getEmailMessage()Returns the email Message object whose recipient field could not be set because of the invalid email address. | 
|  java.lang.String | getInvalidRecipientAddress()Returns the invalid recipient address. | 
| Methods inherited from class atg.userprofiling.email.TemplateEmailException | 
|---|
| getRootCause | 
| Methods inherited from class atg.core.exception.ContainerException | 
|---|
| getMessageArguments, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setMessageArguments, setSourceException, toString, toString | 
| Methods inherited from class java.lang.Throwable | 
|---|
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail | 
|---|
public InvalidRecipientAddressException(java.lang.String pString,
                                        javax.mail.Message pEmailMessage)
public InvalidRecipientAddressException(java.lang.String pString,
                                        java.lang.String pInvalidRecipientAddress,
                                        javax.mail.Message pEmailMessage)
public InvalidRecipientAddressException(java.lang.String pString,
                                        java.lang.String pInvalidRecipientAddress,
                                        javax.mail.Message pEmailMessage,
                                        java.lang.Throwable pRootCause)
| Method Detail | 
|---|
public java.lang.String getInvalidRecipientAddress()
public javax.mail.Message getEmailMessage()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||