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
public class ApplicationEmailException extends ApplicationException
Provides an email-related exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ApplicationEmailException(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 Detail
-
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:
ApplicationException(String, Throwable, String, String, String)
-
ApplicationEmailException
public ApplicationEmailException(String name, String context, String userMessage, String solution)
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:
ApplicationException(String, String, String, String)
-
-