Package com.avoka.fc.core.util
Class SubmissionCompleteProcessorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.avoka.fc.core.util.ApplicationException
com.avoka.fc.core.util.SubmissionCompleteProcessorException
- All Implemented Interfaces:
Serializable
Provides a Submission Complete Processor Exception class.
- See Also:
-
Constructor Summary
ConstructorDescriptionSubmissionCompleteProcessorException
(Class<?> aClass, String context, String userMessage, String solution) Create an Submission Complete Processor Exception object.SubmissionCompleteProcessorException
(Class<?> aClass, Throwable cause, String context, String userMessage, String solution) Create an Submission Complete Processor Exception object. -
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
-
SubmissionCompleteProcessorException
public SubmissionCompleteProcessorException(Class<?> aClass, String context, String userMessage, String solution) Create an Submission Complete Processor Exception object.- Parameters:
aClass
- the source object class associated with 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
-
SubmissionCompleteProcessorException
public SubmissionCompleteProcessorException(Class<?> aClass, Throwable cause, String context, String userMessage, String solution) Create an Submission Complete Processor Exception object.- Parameters:
aClass
- the source object class associated with 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
-