Class EmailException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.commons.mail2.core.EmailException
All Implemented Interfaces:
Serializable

public class EmailException extends Exception
Exception thrown when a checked error occurs in commons-email.

Adapted from FunctorException in Commons Collections.

Emulation support for nested exceptions has been removed in Email 1.3, supported by JDK 1.4 and above.

Since:
1.0
See Also: