Class DuplicateSubmissionException

All Implemented Interfaces:
Serializable

public class DuplicateSubmissionException extends ApplicationException
Provides an exception indicating that a form instance was unexpectedly submitted multiple times.
See Also:
  • Constructor Details

    • DuplicateSubmissionException

      public DuplicateSubmissionException(RequestLog requestLog, Form form)
      Create a DuplicateSubmissionException object with the given parameters
      Parameters:
      requestLog - the form request that was originally made when the form was rendered
      form - the form for which an instance was attempted to be submitted multiple times