| 
 | |||||||||
| 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
public class TemplateEmailException
Represents an exception that occurs while composing or sending a piece of template-based email.
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Constructor Summary | |
|---|---|
| TemplateEmailException()Constructs a new TemplateEmailException. | |
| TemplateEmailException(java.lang.String pString)Constructs a new TemplateEmailException with the given explanation. | |
| TemplateEmailException(java.lang.String pString,
                       java.lang.Throwable pRootCause)Constructs a new TemplateEmailException with the given explanation and root exception. | |
| TemplateEmailException(java.lang.Throwable pRootCause)Constructs a new TemplateEmailException with the given root exception. | |
| Method Summary | |
|---|---|
|  java.lang.Throwable | getRootCause()Returns the root exception. | 
| 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 TemplateEmailException()
public TemplateEmailException(java.lang.String pString)
public TemplateEmailException(java.lang.Throwable pRootCause)
public TemplateEmailException(java.lang.String pString,
                              java.lang.Throwable pRootCause)
| Method Detail | 
|---|
public java.lang.Throwable getRootCause()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||