Package org.alfresco.service.cmr.email
Class EmailMessageException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.alfresco.service.cmr.email.EmailMessageException
-
- All Implemented Interfaces:
Serializable
public class EmailMessageException extends RuntimeException
A checked and handled exception indicating a specific and well-known email error condition.- Since:
- 2.2
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EmailMessageException(String message, Object... params)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-