atg.service.email
Class EmailException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by atg.service.email.EmailException
All Implemented Interfaces:
java.io.Serializable

public class EmailException
extends java.lang.Exception

Indicates that an error occurred while sending email.

See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Constructor Summary
EmailException()
           
EmailException(java.lang.String s)
           
EmailException(java.lang.String s, java.lang.Throwable e)
           
 
Method Summary
 java.lang.Throwable getRootCause()
          Returns the root exception that caused this exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string

Constructor Detail

EmailException

public EmailException()

EmailException

public EmailException(java.lang.String s)

EmailException

public EmailException(java.lang.String s,
                      java.lang.Throwable e)
Method Detail

getRootCause

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