Package org.openbravo.email
Class EmailEventException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.openbravo.email.EmailEventException
-
- All Implemented Interfaces:
Serializable
public class EmailEventException extends Exception
Exception thrown in case of failure sending email.- Author:
- asier
- See Also:
EmailEventManager
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EmailEventException(Exception e)
EmailEventException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-