Package com.avoka.fc.core.util
Class DuplicateSubmissionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.avoka.fc.core.util.ApplicationException
com.avoka.fc.core.util.DuplicateSubmissionException
- All Implemented Interfaces:
Serializable
Provides an exception indicating that a form instance was unexpectedly submitted multiple times.
- See Also:
-
Constructor Summary
ConstructorDescriptionDuplicateSubmissionException
(RequestLog requestLog, Form form) Create a DuplicateSubmissionException 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
-
DuplicateSubmissionException
Create a DuplicateSubmissionException object with the given parameters- Parameters:
requestLog
- the form request that was originally made when the form was renderedform
- the form for which an instance was attempted to be submitted multiple times
-