atg.userprofiling.email
Class TemplateEmailException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by atg.core.exception.ContainerException
              extended by atg.userprofiling.email.TemplateEmailException
All Implemented Interfaces:
ContainableException, java.io.Serializable
Direct Known Subclasses:
InvalidRecipientAddressException

public class TemplateEmailException
extends ContainerException

Represents an exception that occurs while composing or sending a piece of template-based email.

See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
          Class 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

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string

Constructor Detail

TemplateEmailException

public TemplateEmailException()
Constructs a new TemplateEmailException.


TemplateEmailException

public TemplateEmailException(java.lang.String pString)
Constructs a new TemplateEmailException with the given explanation.


TemplateEmailException

public TemplateEmailException(java.lang.Throwable pRootCause)
Constructs a new TemplateEmailException with the given root exception.


TemplateEmailException

public TemplateEmailException(java.lang.String pString,
                              java.lang.Throwable pRootCause)
Constructs a new TemplateEmailException with the given explanation and root exception.

Method Detail

getRootCause

public java.lang.Throwable getRootCause()
Returns the root exception.