Package com.avoka.fc.core.util
Class ApplicationEmailException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.avoka.fc.core.util.ApplicationException
com.avoka.fc.core.util.ApplicationEmailException
- All Implemented Interfaces:
Serializable
Provides an email-related exception.
- See Also:
-
Constructor Summary
ConstructorDescriptionApplicationEmailException
(String name, String context, String userMessage, String solution) Create an ApplicationEmailException object with the given parametersApplicationEmailException
(String name, Throwable cause, String context, String userMessage, String solution) Create an ApplicationEmailException object with the given parameters -
Method Summary
Methods inherited from class com.avoka.fc.core.util.ApplicationException
getClient, getContext, getErrorLog, getFormXml, getGroovyServiceLog, getMessageKey, getName, getRequestKey, getSolution, getUserMessage, isLogToErrorLog, setClient, setContext, setErrorLog, setFormXml, setGroovyServiceLog, setLogToErrorLog, setMessageKey, setRequestKey, setSolution, setUserMessage, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ApplicationEmailException
public ApplicationEmailException(String name, Throwable cause, String context, String userMessage, String solution) Create an ApplicationEmailException object with the given parameters- Parameters:
name
- a name identifying the exceptioncause
- the Throwable causing the errorcontext
- a message describing the context in which the error occurreduserMessage
- a detail message about the error intended for the usersolution
- an optional message outlining a solution to the problem- See Also:
-
ApplicationEmailException
Create an ApplicationEmailException object with the given parameters- Parameters:
name
- a name identifying the exceptioncontext
- a message describing the context in which the error occurreduserMessage
- a detail message about the error intended for the usersolution
- an optional message outlining a solution to the problem- See Also:
-