Class FulfillRequestedUploadRequestException.NoFormDataAvailable

    • Constructor Detail

      • NoFormDataAvailable

        public NoFormDataAvailable​(UUID formRecordUuid,
                                   FormRecordMessageUploadRequest uploadRequest)
        Constructs a new exception indicating that the form record does not contain form data for the upload request.
        Parameters:
        formRecordUuid - The UUID of the form record that does not contain form data for the upload request.
        uploadRequest - The upload request for which the form record does not contain form data.
    • Method Detail

      • formRecordUuid

        public UUID formRecordUuid()
        The UUID of the form record that does not contain form data for the upload request.
        Returns:
        The UUID of the form record that does not contain form data for the upload request.
      • uploadRequest

        public FormRecordMessageUploadRequest uploadRequest()
        The upload request for which the form record does not contain form data.
        Returns:
        The upload request for which the form record does not contain form data.