public class EmailException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
| Constructor and Description |
|---|
EmailException() |
EmailException(java.lang.String s) |
EmailException(java.lang.String s,
java.lang.Throwable e) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getRootCause()
Returns the root exception that caused this exception.
|