Class FulfillRequestedUploadRequestException.MismatchingChat

    • Constructor Detail

      • MismatchingChat

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

      • chatUuid

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

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