Class FulfillRequestedUploadRequestException.MismatchingMessage

    • Constructor Detail

      • MismatchingMessage

        public MismatchingMessage​(UUID messageUuid,
                                  FormRecordMessageUploadRequest uploadRequest)
        Constructs a new exception indicating that the message of the upload request does not match the expected message.
        Parameters:
        messageUuid - The expected message UUID that does not match message of the upload request.
        uploadRequest - The upload request that does not match the message.
    • Method Detail

      • messageUuid

        public UUID messageUuid()
        The expected message UUID that does not match message of the upload request.
        Returns:
        The expected message UUID that does not match message of the upload request.
      • uploadRequest

        public FormRecordMessageUploadRequest uploadRequest()
        The upload request that does not match the message.
        Returns:
        The upload request that does not match the message.